{% extends "czech_inspirational/base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% for chapter in chapters %}
{{ chapter.number }}
{{ chapter.title }}
{% endfor %}
{% endblock %}