{% extends 'base.html' %} {% block content %} {% if post.parent != 0 %} Previous
{% endif %}

{{ post.title }}

{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}

Authour: {{post.authour.name}}

{{ post.content|markdown|safe }}
Reply ~ Back to posts

Replies to this

{% endblock %}