{% macro Icon(name, classes="") -%} {% autoescape false %} {% endautoescape %} {%- endmacro %} {% 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 %} {% macro EmptyState(self, message, actionLabel, actionHref, icon=None) -%}

    {{ message }}

    {% if icon %} {{ Icon(icon) }} {% endif %} {{ actionLabel }}
    {%- endmacro %}