{% from "components/icon.html" import Icon %} {% macro SidenavItem(label, href, active=False, icon=None, subnav=None) -%}
  • {% if icon %} {{ Icon(icon, classes="sidenav__link-icon") }} {% endif %} {{label}} {% if subnav and active %} {% endif %}
  • {%- endmacro %}