{%- block site_meta -%} {%- if metatags %}{{ metatags }}{% endif -%} {%- block linktags %} {%- if hasdoc('about') -%} {%- endif -%} {%- if hasdoc('genindex') -%} {%- endif -%} {%- if hasdoc('search') -%} {%- endif -%} {%- if hasdoc('copyright') -%} {%- endif -%} {%- if next -%} {%- endif -%} {%- if prev -%} {%- endif -%} {#- rel="canonical" (set by html_baseurl) -#} {%- if pageurl %} {%- endif %} {%- endblock linktags %} {# Favicon #} {%- if favicon_url -%} {%- endif -%} {%- endblock site_meta -%} {#- Site title -#} {%- block htmltitle -%} {% if not docstitle %} {{ title|striptags|e }} {% elif pagename == master_doc %} {{ docstitle|striptags|e }} {% else %} {{ title|striptags|e }} - {{ docstitle|striptags|e }} {% endif %} {%- endblock -%} {%- block styles -%} {# Custom stylesheets #} {%- block regular_styles -%} {%- for css in css_files -%} {% if css|attr("filename") -%} {{ css_tag(css) }} {%- else -%} {%- endif %} {% endfor -%} {%- endblock regular_styles -%} {#- Theme-related stylesheets -#} {%- block theme_styles %} {%- endblock -%} {%- block extra_styles %} {%- endblock -%} {%- endblock styles -%} {#- Custom front matter #} {%- block extrahead -%}{%- endblock -%}
{# invisible checkbox to store visibility status #}
{#- 1st row: horizontal header-bar for mobile. must be hidden in desktop to show scrollbar properly -#}
{%- include "partials/mobile-header.html" -%}
{#- 2nd row: main area, showing article and page-toc. page-toc is visible if the window width is wide enough. -#}
{% block content %}{{ body }}{% endblock %} {%- include "partials/related-pages.html" -%}
{% if not hide_page_toc %}
{{toc}}
{% endif %}
{%- include "partials/icons.html" -%}
{%- block scripts -%} {# Custom JS #} {%- block regular_scripts -%} {% for path in script_files -%} {{ js_tag(path) }} {% endfor -%} {%- endblock regular_scripts -%} {# Theme-related JavaScript code #} {%- block theme_scripts -%} {%- endblock -%} {%- endblock scripts -%}