{% extends "!layout.html" %} {% block sidebartitle %}

{{ project }}

{% if theme_logo %} {% endif %}
{% if theme_display_version %}
{{ version }}
{% endif %}
{{ project_description }}
{% include "searchbox.html" %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}