All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.sphinx.themes.basic.page.html Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
{#
    basic/page.html
    ~~~~~~~~~~~~~~~

    Master template for simple pages.

    :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
{% block body %}
  {{ body }}
{% endblock %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy