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