diff --git a/src/Templates/default/html/directives/configuration-block.html.twig b/src/Templates/default/html/directives/configuration-block.html.twig
index 8197c76..6bb6960 100644
--- a/src/Templates/default/html/directives/configuration-block.html.twig
+++ b/src/Templates/default/html/directives/configuration-block.html.twig
@@ -1,9 +1,14 @@
-
+
{% for block in blocks %}
- -
- {{ block.language }}
- {{ block.code|raw }}
+
-
+ {{ block.language }}
{% endfor %}
+
+ {% for block in blocks %}
+
+ {{ block.code|raw }}
+
+ {% endfor %}
diff --git a/tests/fixtures/expected/blocks/directives/configuration-block.html b/tests/fixtures/expected/blocks/directives/configuration-block.html
index 25b41bc..6571990 100644
--- a/tests/fixtures/expected/blocks/directives/configuration-block.html
+++ b/tests/fixtures/expected/blocks/directives/configuration-block.html
@@ -1,23 +1,22 @@
-
- -
- YAML
-
-
-
-
-
- PHP
-
diff --git a/tests/fixtures/expected/main/datetime.html b/tests/fixtures/expected/main/datetime.html
index c4b798e..ba9d58f 100644
--- a/tests/fixtures/expected/main/datetime.html
+++ b/tests/fixtures/expected/main/datetime.html
@@ -190,10 +190,13 @@