{% extends 'base.html' %} {% block header %} {% if book.tags.all %}
Tags: {% for t in book.tags.all %} {{ t.name }}{# new line is required #} {% endfor %}
{% endif %} Updated {{ book.updated_time | date:"M d, Y H:i" }} {% endblock %} {% block carousel %}