{% macro empty_state(title, text='') -%}

{{ title }}

{% if text %}

{{ text }}

{% endif %}
{%- endmacro %}