{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ post.title }}

{% if post.description %}

{{ post.description }}

{% endif %}

posted {{ post.created_at.strftime("%a %d %b %Y at %H:%M:%S") }}

{{ post.text|safe }}

comments

{% endblock %}