{% extends "basic/layout.html" %}
{% comment %}
default/layout.html
~~~~~~~~~~~~~~~~~~~
Sphinx layout template for the default theme.
:copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
{% endcomment %}
{% load basictheme %}
{% block javascript %}
{{block.super}}
{% if theme_collapsiblesidebar %}
{% endif %}
{% endblock %}