{% load cms_tags %} {% if image.image %} {% include "cmsplugin_filer_image/plugins/image/default.html" with instance=image opts=image.thumbnail_option size=image.thumbnail_option.size %} {% endif %} {% if content %} {% render_plugin content %} {% endif %} {% if title %} {{ title }} {% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}