{{ post.title }}

{{ post.subtitle }}

{% 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 %}