summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/page.html
blob: e96f667ba38006bd5ae8857b85fb4e50fdde7325 (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-2017 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
{% block body %}
  {{ body }}
{% endblock %}