{% extends 'main.html' %} {% block content %} {{page.glob.l10n.booksbytag}} "{{ tag.name }}": {% for book in books %} {% include "title_entry.html" %} {% endfor %} {% endblock %}