diff --git a/templates/htmx_modal.html.twig b/templates/htmx_modal.html.twig index 24b48e6..07afc8b 100644 --- a/templates/htmx_modal.html.twig +++ b/templates/htmx_modal.html.twig @@ -1,8 +1,8 @@
-
-
+
+
{% block title %}{% endblock %}
@@ -12,7 +12,11 @@ {{ icon('close', 'w-6 h-6')}}
- {% block content %}{% endblock %} +
+
+ {% block content %}{% endblock %} +
+
{% include '_partials/_spinner.html.twig' with { 'class': 'w-8 h-8'} %}