{% if encrypted_title %} {% else %} {{ post.title }} {% endif %}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %} {% if SHOW_AUTHOR %} {% endif %} {% if encrypted_content %} {% else %} {{ post.html|safe }} {% endif %}{% if post.tags %}
Tags
{% for tag in post.meta.get('tags') %} {{ tag }} {% endfor %} {% endif %}