{% load easy_thumbnails_tags cms_tags %} {% block canonical_url %}{% endblock canonical_url %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.get_author_name }}
{{ post.main_image.default_alt_text|default:'' }} {% if post.main_image.default_caption %}
{{ post.main_image.default_caption }}
{% endif %}

{{ post.abstract|striptags|safe }}

{% if post.app_config.use_placeholder %}
{% render_placeholder post.content %}
{% else %}
{% render_model post "post_text" "post_text" "" "safe" %}
{% endif %}