{% from "components/icon.html" import Icon %} {% macro Label(icon, text, type=None, classes="") -%} {{ Icon(icon) }} {{ text }} {%- endmacro %}