{% include "_theme_script.html" %}
{% block extra_head %}{% endblock %}
{{ site.name }}
{% for item in site.nav %}
{{ item.label }}
{% endfor %}
{% include "_svg/sun_icon.html" %} {% include "_svg/moon_icon.html" %}
{% block content %}{% endblock %}