{# layout.html ~~~~~~~~~~~ Layout template for sphinxify :copyright: Copyright 2013- by the Spyder Development Team. :copyright: Copyright 2009 by Tim Dumol :license: BSD license #} {# Docstring text #} {% if warning %} {{warn_message}} {% else %} {% block body %}{% endblock %} {% if outline %} Outline {{ toc }} {% endif %} {% endif %}