{% if section is defined %} {% set currentTitle = section.title %} {% set currentToc = section.toc %} {% set relative_path = section.relative_path %} {% endif %} {%if page is defined %} {% set currentTitle = page.title %} {% set currentToc = page.toc %} {% set relative_path = page.relative_path %} {% endif %} {% include "parts/meta.html" %} {% block title %}{% endblock title %} {% include "parts/search-head.html" %} {% include "parts/topnav.html" %}
{% block sidebar %} {% endblock sidebar %}
{% block mainContent %}{% endblock mainContent %}
{% include "parts/footer.html" %}
{% block rightToc %} {% endblock rightToc %}
{% include "parts/search-part.html" %} {% include "parts/fathom.html" %}