{% macro category_link(endpoint, label, icon_html=none, arguments={}) %}
{% if icon_html %} {{ icon_html | safe }} {% endif %} {{ label }}
{% endmacro %} {% macro navigation_link(endpoint, label, icon_html=none, arguments={}, active=false) %} {% endmacro %}