{% extends "layout.html" %} {% block content %}
{% if pagename != 'index' %} {% include "toc.html" %} {% endif %} {{ body }}
{% endblock %}