{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}{{ book.title }}{% endblock %} {% block content %} {{ book.content }}
Book tagged as: {% for cat in book.tags.all %} {{ tag.name }} {% endfor %}