{% extends "core.html" %} {% block main %} {{ book.title|e }} {% if page != 0 %} Назад {% endif %} {% if account.permissions.books is defined and account.permissions.books == 1 %} {% else %} {% endif %} Вперёд {% endblock %}