mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 02:10:39 +01:00
14 lines
331 B
HTML
14 lines
331 B
HTML
|
|
{#
|
||
|
|
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 %}
|