{% extends "!layout.html" %} {% block menu %} {{ super() }}

Indices

{% if menu_links %}

External links

{% endif %} {% endblock %} {% block htmltitle %} {% if title == '' or title == 'Home' %} {{ docstitle|e }} {% else %} {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {% endblock %}