{% macro render_header() %} {% set section = get_section(path="_index.md") %} {{ config.extra.juice_logo_name }} {% if config.extra.juice_extra_menu %} {% for menu in config.extra.juice_extra_menu %} {{ menu.title }} {% endfor %} {% endif %} {% for page in section.pages %} {{ page.title }} {% endfor %} {% for path in section.subsections %} {% set child = get_section(path=path) %} {{ child.title }} {% endfor %} {% endmacro render_header %}