{% macro empty_state(icon, heading, description, cta_text="", cta_href="") %}
{{ icon | safe }}

{{ heading }}

{{ description }}

{% if cta_text and cta_href %} {{ cta_text }} → {% endif %}
{% endmacro %}