{{ post.title }} Written on {{ post.published_at|date:'Y-m-d' }} by {{ post.author.user.username }} {% if post.tags %} in {% for t in post.tags.all %}{{ t.name }} {% endfor %}{% endif %} {{ post.summary }} {{ post.content|markdownify }}