{% if post.author %} By: {{post.author}} :: {% endif %} {{post.date|date:longDate}}

{% if post.toc %}

Contents

{{post.toc|safe}} {% endif %} {{post.content|safe}}
{% if post.tags|not-empty %}

Tags: {% for tag in post.tags %} {{tag.name}} {% endfor %}

{% endif %}