{% from "components/icon.html" import Icon %} {% macro SidenavItem(label, href, active=False) -%}
  • {{label}}
  • {%- endmacro %}