{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}{{ post.title }}{% endblock %} {% block content %} {{ post.content }}

Post filed in categories: {% for tag in post.tags.all %} {{ tag.name }} {% endfor %}

{% endblock %}