Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page.html « basic « themes « sphinx - github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9c351167146eb3a68bc21d4fce65cbee3fce09e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{#
    basic/page.html
    ~~~~~~~~~~~~~~~

    Master template for simple pages.

    :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
{% block body %}
  {{ body }}
{% endblock %}