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