{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

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

Posted {% if SHOW_AUTHOR %} by {{ post.author }} {% endif %} on {{ post.published }}.

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

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

{% endif %}