{% load i18n thumbnail cms_tags %}

{{ post.title }}

{% block blog_meta %} {% include "djangocms_blog/includes/blog_meta.html" %} {% endblock %}
{% if image and post.main_image %}
{% thumbnail post.main_image post.thumbnail_options.size crop=post.thumbnail_options.crop upscale=post.thumbnail_options.upscale subject_location=post.main_image.subject_location as thumb %} {{ post.main_image.default_alt_text }}
{% endif %}
{% if not TRUNCWORDS_COUNT %} {% render_model post "abstract" %} {% else %} {% render_model post "abstract" "" "" 'truncatewords_html:TRUNCWORDS_COUNT' %} {% endif %}