{% if page_title %} {{ page_title }} - {{ site_name }} {% elif page_description %} {{ site_name }} - {{ page_description }} {% else %} {{ site_name }} {% endif %} {% if page_description %} {% endif %} {% if canonical_url %} {% endif %} {% if site_author %} {% endif %} {% for path in extra_css %} {% endfor %} {% include "partials/header.html" %}
{% set h1 = "\x3ch1 id=" in content %} {% if nav %}
{% include "partials/nav.html" %}
{% endif %} {% if toc %}
{% include "partials/toc.html" %}
{% endif %}
{% block content %} {% if edit_uri %} Edit {% endif %} {{ content }} {% endblock %}
{% if copyright %} {{ copyright }} – {% endif %} This document was created with MkDocs and the Material theme.
{% include "partials/footer.html" %}
{% 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 %}