{% extends "base.html" %} {% block body %} {% if not chapter %}

No such chapter.

{% else %}

{{ chapter.title }}

{% endif %} {% endblock %}