diff --git a/src/Resources/skeleton/doctrine/broadcast_twig_template.tpl.php b/src/Resources/skeleton/doctrine/broadcast_twig_template.tpl.php
index d16909e1b..0f09a5132 100644
--- a/src/Resources/skeleton/doctrine/broadcast_twig_template.tpl.php
+++ b/src/Resources/skeleton/doctrine/broadcast_twig_template.tpl.php
@@ -1,22 +1,22 @@
{# Learn how to use Turbo Streams: https://github.com/symfony/ux-turbo#broadcast-doctrine-entities-update #}
{% block create %}
-
-
-
- #{{ id }} created
-
-
-
+
+
+
+ #{{ id }} created
+
+
+
{% endblock %}
{% block update %}
-
-
- #{{ id }} updated
-
-
+
+
+ #{{ id }} updated
+
+
{% endblock %}
{% block remove %}
-
+
{% endblock %}