composer.json
+ {{- composer | raw -}}
+ code.php
-
- {{- output | escape('html') -}}
+
+ {{- output.content | escape('html') -}}
{% endapply %}
diff --git a/web/landing/templates/documentation/navigation.html.twig b/web/landing/templates/documentation/navigation.html.twig
index 3d42def82..b18918856 100644
--- a/web/landing/templates/documentation/navigation.html.twig
+++ b/web/landing/templates/documentation/navigation.html.twig
@@ -34,6 +34,9 @@
composer.json
+ {% apply spaceless %}
+
+
+ {{- composer -}}
+
+
+ code.php
-
+
{{- code | escape('html') -}}
@@ -71,8 +94,8 @@
-
- {{- output | escape('html') -}}
+
+ {{- output.content -}}
{% endapply %}