{% macro navbarItem(label, href, uri, icon="") %} {% set active = uri == href %}
{% if icon %} {% endif %}
{% endmacro %}