{%- macro navbar() %} {%- endmacro %} {{ metatags }} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {%- for cssfile in css_files %} {%- endfor %} {%- if not embedded %} {%- for scriptfile in script_files %} {%- endfor %} {%- if use_opensearch %} {%- endif %} {%- if favicon %} {%- endif %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {%- block extrahead %} {% endblock %}
{{ navbar() }}
{%- if not prev and ('dev' in release or 'a' in release) %}

Note

This is the documentation of the current development version of MapProxy ({{ release }} from {{ last_updated }}). Make sure you are using a recent nightly version of MapProxy. Otherwise refer to the documentation of your release.

{%- endif %} {% block body %} {% endblock %}
{{ navbar() }}