{#
gopher/layout.html
~~~~~~~~~~~~~~~~~~~~~~~~~~
Master layout template for Sphinx themes.
:copyright: tell-k
:license: MIT License
#}
{%- macro ogp_title() %}
{%- if theme_ogp_title %}
{{- theme_ogp_title -}}
{%- else %}
{{- title|striptags|e -}}{{- titlesuffix -}}
{%- endif %}
{%- endmacro %}
{%- macro ogp_description() %}
{%- if theme_ogp_description %}
{{- theme_ogp_description -}}
{%- else %}
{{- title|striptags|e -}}{{- titlesuffix -}}
{%- endif %}
{%- endmacro %}
{%- block htmltitle %}
{{ ogp_title() }}
{%- endblock %}
{%- if theme_canonical %}
{%- endif %}
{%- if theme_ogp_image %}
{%- endif %}
{%- if theme_og_url %}
{%- endif %}
{%- if theme_og_site_name %}
{%- endif %}
{%- if theme_og_type %}
{%- endif %}
{%- if theme_og_author %}
{%- endif %}
{%- if theme_ogp_image %}
{%- endif %}
{%- if theme_twitter_card_type %}
{%- endif %}
{%- if theme_twitter_card_site %}
{%- endif %}
{%- if theme_twitter_card_creator %}
{%- endif %}
{%- 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.)