{% extends "core.html" %} {% block main %} + {% for book in books %} {{ book.title|e }} {% endfor %} {% endblock %}
+