{% import "macros/icons.html" as icons %} {% macro menu_item(title, href, icon, check_fn = 'isPrefixPath') %}
  • {{ icon | safe }} {{ title }}
  • {% endmacro %} {% macro submenu_subitem(title, href) %}
  • {{ title }}
  • {% endmacro %} {% macro submenu_item(title, base_href, icon, items) %}
  • {{ icon | safe }} {{ title }}
    {{ icons.chevron_down('w-3 h-3 shrink-0 ml-1 fill-current text-slate-400 submenu-chevron') }}
  • {% endmacro %}