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