Files
Pinry/docs/templates/layout.html

14 lines
331 B
HTML
Raw Normal View History

2013-03-06 15:24:51 -08:00
{#
sphinxdoc/layout.html
~~~~~~~~~~~~~~~~~~~~~
Sphinx layout template for the sphinxdoc theme.
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{% extends "base.html" %}
{# put the sidebar before the body #}
{% block yield %}{{ toc }}{% endblock %}