{% extends "base.html" %}
{% block extrahead %}
{{ super() }}
{% endblock %}
{% block htmltitle %}
{% if page and page.title and config.site_name and page.title == config.site_name %}
{{ page.title }}
{% else %}
{{ super() }}
{% endif %}
{% endblock %}
{% block outdated %}
You're viewing the unreleased (next) version of this documentation. Content may be incomplete or subject to change.
Click here to go to the latest stable version.
You're not viewing the latest version.
Click here to go to latest.
{% endblock %}