{# 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 %}