{% extends base_template %} {% block blog_content %}
Posted by {{ post.author.first_name }} {{ post.author.last_name }} on {{ post.created }} in {% for category in post.categories %} {{category.name}} {% endfor %}
{{ post.body }}