{#
trstyle/layout.html
~~~~~~~~~~~~~~~~~~~~~
Sphinx layout template for the trstyle theme.
:copyright: Copyright 2011 by Sphinx-users.jp, see AUTHORS.
:license: MIT, see LICENSE for details.
#}
{% extends "basic/layout.html" %}
{# put the sidebar before the body #}
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}