{% from "components/icon.html" import Icon %} {% macro Link(icon, text, url, active=False) %} {{ Icon(icon) }} {{ text }} {% endmacro %}