{% import "fragments/_icon_fragment.html" as icons %} {% macro category_link(endpoint, label, icon_html=none, arguments={}) %}
{% endmacro %} {% macro navigation_link(endpoint, label, icon_html=none, arguments={}, active=false) %} {% if not active %} {% set active = request.endpoint == 'main.' + endpoint %} {% endif %}