Files
Automaaval/dist/zacatraz/_internal/sphinx/themes/basic/page.html
T

14 lines
273 B
HTML
Raw Normal View History

2026-03-14 21:48:05 +00:00
{#
basic/page.html
~~~~~~~~~~~~~~~
Master template for simple pages.
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
{% block body %}
{{ body }}
{% endblock %}