{{ post.title }}

{{ post.date_published|date:"j M Y" }} in {{ post.section }}
by {% for author in post.authors %} {% if forloop.last and post.authors|length > 1 %}and{% endif %} {{ author.user.get_full_name }}{% if not forloop.last %}, {% endif %} {% endfor %}
{{ post.html|safe }} {% if post.tags.all %}
Tags: {% for tag in post.tags.all %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}