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