{% macro header() %}
{# Check if there are menu items to render, yes if > 0 #} {%- set num = config.extra.main_menu | length -%} {% if num > 0 -%} {{ menu::menu() }} {% endif -%}
{% endmacro header %}