sphinxcontrib-theme-web2/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/page.html
2025-06-09 17:16:12 +02: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 %}