{{ post.title }}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %} {{ post.get_author_name }}{{ post.abstract|striptags|safe }}
{% render_placeholder post.content %}
{% else %}
{% render_model post "post_text" "post_text" "" "safe" %}
{% endif %}