{% extends "core.html" %} {% block main %}

+

{% for book in books %}
Обложка книги "{{ book.title|e }}"

{{ book.title|e }}

{% endfor %}
{% endblock %}