{% extends base_template %} {% block content %}

{{ post.title }}

Posted by {{ post.author.first_name }} {{ post.author.last_name }} on {{ post.created }} in {% for category in post.categories %} {{category.name}} {% endfor %}

{{ post.body }}

{% endblock %}