{% macro nav_head() %} {% endmacro %} {% macro nav() %} {{ site.name }} {% for item in site.nav %} {{ item.label }} {% endfor %} {% include "_svg/sun_icon.html" %} {% include "_svg/moon_icon.html" %} {% endmacro %}