{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block content %} {% if page and page.is_homepage %}
{% include "content.html" %}
{% else %}
{% include "toc.html" %}
{% include "content.html" %}
{% endif %} {% endblock %} {%- block next_prev %} {%- endblock %} {% block footer %} {% endblock %}