{{ post.title }}
{{ post.created_at|date:"Y-m-d H:i" }}
{% for tag in post.tags.all %}
{{ tag.name }}
{% endfor %}
{% endif %}
{% markdown_with_tasks post.content post.task_states %}