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