{{ post.title }} {{ post.subtitle }} {% if SHOW_AUTHOR %} Posted by {{ post.author}} on {{ post.date }} {% endif %} {{ post.html |safe }} Tags {% for tag in post.meta.get('tags') %} {{tag}} {% endfor %}