{% extends "!layout.html" %} {% block htmltitle %} {{ super() }} {% endblock %} {% block extrahead %} {% if pagename != 'index' %} {% if theme_collapsiblesidebar|tobool %} {% endif %} {% endif %} {% endblock %} {% set title = 'CWBrowser' %} {% block header %}
{%- block navbar -%} {%- endblock -%}
{%- if pagename == 'index' %} {%- endif %} {% endblock %} {% block content %}
{%- if pagename != 'documentation' %}
{%- if pagename != "installation" %}

This documentation is for {{project}} version {{ release|e }}

{%- endif %}

If you use the software, please do not esitate to Report a Bug.

{{ toc }}
{% endif %}
{%- block document %} {{ super() }} {%- endblock %}
{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- block footer %} {%- endblock %}