{% block site_meta %} {% if config.site_description %} {% endif %} {% if page.canonical_url %} {% endif %} {% if config.site_author %} {% endif %} {% if config.site_favicon %} {% else %} {% endif %} {% endblock %} {% block htmltitle %} {% if page.title %} {{ page.title }} - {{ config.site_name }} {% elif config.site_description %} {{ config.site_name }} - {{ config.site_description }} {% else %} {{ config.site_name }} {% endif %} {% endblock %} {% block libs %} {% endblock %} {% block styles %} {% for path in extra_css %} {% endfor %} {% endblock %} {%- block extrahead -%}{% endblock %} {% include "partials/header.html" %}
{% set h1 = "\x3ch1 id=" in page.content %} {% block site_nav %} {% if nav %}
{% include "partials/nav.html" %}
{% endif %} {% if page.toc %}
{% include "partials/toc.html" %}
{% endif %} {% endblock %}
{% block content %} {% if edit_uri %} Edit {% endif %} {{ page.content }} {% endblock %}
{% if config.copyright %} {{ config.copyright }} – {% endif %} This document was created with MkDocs and the Material theme.
{% block footer %} {% include "partials/footer.html" %} {% endblock %}
{% block scripts %} {% for extension in config.markdown_extensions %} {% if extension == "pymdownx.arithmatex" %} {% set path = "mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" %} {% endif %} {% endfor %} {% for path in extra_javascript %} {% endfor %} {% endblock %} {% block analytics %} {% if config.google_analytics %} {% endif %} {% endblock %}