{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %} {% if show_text %} {{ truncate_post_html(post.html)|safe }} {% endif %}
{% if SHOW_AUTHOR %}

Posted by {{ post.author }} on {{ post.published }}

{% endif %} {% if post.meta.tags|length %}

{% for post_tag in post.meta.tags %} {{ post_tag }} {% endfor %}

{% endif %}