{% extends "base" %} {% import "breadcrumbs" as breadcrumbs with context %} {% import "navbar" as navbar with context %} {% set page = {"slug": "documentation"} %} {% set script_files = script_files + ['_static/jquery.pin.min.js', '_static/headers.js'] %} {% set css_files = ['_static/sphinx_design.css', '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'] + css_files %} {% set render_sidebar = true %} {% if theme_nosidebar == true or title == 'Documentation' %} {% set render_sidebar = false %} {% endif %} {% block content %} {% if render_sidebar %}
{% else %}
{% endif %}

{{ title }}

{% if title == 'Documentation' %} {% include "searchbox.html" %} {% endif %}
{%- if render_sidebar %}
{% if title != 'Documentation' %} {% include "searchbox.html" %} {% endif %} {{ toctree(maxdepth=2) }}
{% else %}
{% endif %} {{- breadcrumbs.breadcrumbs() -}}
{% if render_sidebar == false and title != 'Documentation' %} {# {{ toctree(maxdepth=2, collapse=false) }} #} {{ toc }} {% endif %} {% block body %} {% endblock %}
{{- navbar.navbar(False) -}} {% if render_sidebar %}
{% else %}
{%- endif %} {% endblock content%} {# vim: syntax=htmldjango ts=2 sts=2 sw=2 expandtab #}