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