diff --git a/Resources/views/Badge.html.twig b/Resources/views/Badge.html.twig
index 6eff3c9..d62a24b 100644
--- a/Resources/views/Badge.html.twig
+++ b/Resources/views/Badge.html.twig
@@ -1,11 +1,13 @@
- {% if this.icon %}
-
- {% endif %}
+
+ {% if this.icon %}
+
+ {% endif %}
- {% if block('content') is not empty %}
- {% block content %}{% endblock %}
- {% else %}
- {{- this.label -}}
- {% endif %}
+ {% if block('content') is not empty %}
+ {% block content %}{% endblock %}
+ {% else %}
+ {{- this.label -}}
+ {% endif %}
+