{% block content %} {% for b in book %}

{{ b }} - {{ b.text }}

{% endfor %} {% endblock content %}