{% load static %} {% load markdown_extras %} {{ post.title }}

{{ post.title }}

{{ post.created_at|date:"Y-m-d H:i" }}
{% if post.tags.exists %}
{% for tag in post.tags.all %} {{ tag.name }} {% endfor %}
{% endif %}
{{ post.content|markdown|safe }}