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: f6e7a688cb644096c8125061f29be249ef93b5fa (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-2011 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
{% extends "layout.html" %}
{% block body %}
  {{ body }}
{% endblock %}