{% block htmltitle %}
{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}
{% endblock htmltitle %} {%- block site_meta %} {% if config.site_description %}
{% endif %} {% if config.site_author %}
{% endif %}
{%- endblock %} {% block styles %}
{# enable customization #} {%- for path in config['extra_css'] %}
{%- endfor %} {% endblock styles %}
skip to main content
{% include "logo.html" %} {% block search %} {% if 'search' in config['plugins'] %}{% include "searchbox.html" %}{% endif %} {% endblock search %} {% include "nav-main.html" %} {# conditionally display 2nd level of navigation only if current section of site contains (sub)pages #} {% for nav_item in nav %} {% if nav_item.children %} {% set site_sections = nav_item.children %} {% for section in site_sections %} {% if section.active %} {% endif %} {% endfor %} {% endif %} {% endfor %}
☰ open
{% block content %}
{{ page.content }}
{% endblock content %} {% block next_prev %} {% if page.previous_page %}
Previous: {{page.previous_page.title}}
{% endif %} {% if page.next_page %}
Next: {{page.next_page.title}}
{% endif %} {% endblock next_prev %} {% block footer %} {% endblock footer %}
back to top
{% block analytics %} {% if config.google_analytics %} {% endif %} {% endblock analytics %} {%- block scripts %} {# enable customization #} {%- for path in config['extra_javascript'] %} {%- endfor %} {% endblock scripts %}