{% extends "!layout.html" %} {% block sidebartitle %} {# Not strictly valid HTML, but it's the only way to display/scale it properly, without weird scripting or heaps of work #} {% if theme_display_version %} {%- set nav_version = release %} {% if nav_version %}
{{ nav_version }}
{% endif %} {% endif %} {% if is_master %} {% elif not is_supported %} {% elif not is_latest_version %} {% endif %} {% include "searchbox.html" %} {% endblock %}