{% extends 'base.html' %} {% load markup %} {% load comments %} {% block title %} {{post.title}} {% endblock %} {% block content %}
Author: {{post.author}}
{{post.created_at}}
{{post.body|markdown}}