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