{#********************************************************************** * This file is part of OpenMolcas. * * * * OpenMolcas is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License, v. 2.1. * * OpenMolcas is distributed in the hope that it will be useful, but it * * is provided "as is" and without any express or implied warranties. * * For more details see the full text of the license in the file * * LICENSE or in . * * * * Copyright (C) 2015-2017, Ignacio Fdez. Galván * **********************************************************************#} {# molcas/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for the molcas theme, based on agogo #} {%- extends "basic/layout.html" %} {% block header %} {% endblock %} {% block content %}
{%- block document %} {{ super() }} {%- endblock %}
{% endblock %} {% block footer %} {% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- if theme_fontimport %} {%- block css %} {{- super() }} {%- endblock %} {%- endif %}