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

{{ post.title }}

{% if og_author_url %}{% endif %} {{ post.author }} {% if og_author_url %}{% endif %}
{{ post.main_image.default_alt_text }} {% if post.main_image.default_caption %}
{{ post.main_image.default_caption }}
{% endif %}

{{ post.abstract|striptags }}

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