{% from "components/icon.html" import Icon %} {% macro EmptyState(message, actionLabel, actionHref, icon=None) -%}

{{ message }}

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