{% 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) %} {% if not 'hide_from_menu' in sub.extra or not sub.extra.hide_from_menu %} {{ sub.title }} {% endif %} {% endfor %} {% if config.extra.juice_extra_menu %} {% for menu in config.extra.juice_extra_menu %} {{ menu.title }} {% endfor %} {% endif %} {% endmacro render_header %}