{% if metatags %}{{ metatags }}{% endif %}
{{ title|striptags|e }}{% if title %} — {% endif %}{{ docstitle|e }}
{% for css in css_files %} {{ css_tag(css) }} {% endfor %} {% if favicon_url %}
{% endif %} {% if use_opensearch %}
{% endif %} {% if parents %}
{% for parent in parents %}
{% endfor %} {% if next %}
{% endif %} {% if prev %}
{% endif %} {% endif %}
{% block body %}{{ body }}{% endblock %}
{% if logo_url %}
{% endif %} {% if display_toc %}
Table of Contents
{{ toc }} {% endif %} {% if parents %}
Related Topics
{% for parent in parents %}
{{ parent.title }}
{% endfor %}
{% endif %} {% if (prev or next) %}
Navigation
{% if prev %}
previous
{% endif %} {% if next %}
next
{% endif %}
{% endif %} {% if show_source and has_source and sourcename %}
This Page
Show Source
{% endif %}
{% for js in script_files %} {{ js_tag(js) }} {% endfor %}