{#
gopher/layout.html
~~~~~~~~~~~~~~~~~~~~~~~~~~
Master layout template for Sphinx themes.
:copyright: tell-k
:license: MIT License
#}
{%- block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }}
{%- endblock %}
{%- for cssfile in css_files %}
{%- endfor %}
{%- for scriptfile in script_files %}
{%- if scriptfile not in ('_static/doctools.js') %}
{%- endif %}
{%- endfor %}
{% block body %}{% endblock %}
Use the left and right arrow keys or click the left and right
edges of the page to navigate between slides.
(Press 'H' or navigate to hide this message.)