{% extends 'base.html' %} {% set meta = index %} {% block scripts %} {% script 'index' %} {% endblock scripts %} {% block content %}

{{ index.description }} Four books are now available.

{% for book in books.list %}
{{ book.title }} >

{{ book.title }}

{% endfor %}
{% endblock %}