{% from "components/icon.html" import Icon %} {% macro Tooltip(message,title='Help') -%} {{ Icon('help') }}{{ title }} {%- endmacro %}