{# for use when repurposing a modal as a view inside another modal #}
{% block label %}{{ __("Give Me a Label!") }}{% endblock %} {# The parent modal controls the lifecycle #} {#{% block controls %}{% endblock %}#}
{% block instructions %}{% endblock %}
{% block filters %}{% endblock %}
{% block body %}{{ __("I am a Modal!") }}{% endblock %}