{# Empty state placeholder. Usage: {% include "_empty_state.html" with message="No services found" %} #}
{% if icon %}{{ icon }}{% else %}🗒{% endif %}

{{ title|default:"Nothing here yet" }}

{{ message|default:"Create one to get started." }}

{% if action_url %} {{ action_label|default:"Create" }} {% endif %}