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