From b6b69a3d381a906ae2140e37f0da618ab3e920a2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 26 Mar 2022 16:40:13 +0100 Subject: [PATCH] update editorjs code block view --- templates/editorjs/code.html.twig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/editorjs/code.html.twig diff --git a/templates/editorjs/code.html.twig b/templates/editorjs/code.html.twig new file mode 100644 index 0000000..aecc43c --- /dev/null +++ b/templates/editorjs/code.html.twig @@ -0,0 +1,5 @@ +{%- block render -%} +
+    {{ code }}
+
+{%- endblock -%}