sphinxcontrib-theme-web2/src/sphinx_theme_ref/page.html
2025-03-23 00:35:03 +01:00

13 lines
273 B
HTML

{#
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 %}