Version 1
[yaffs-website] / web / modules / contrib / layouter / templates / two_columns_text_img_left.html.twig
diff --git a/web/modules/contrib/layouter/templates/two_columns_text_img_left.html.twig b/web/modules/contrib/layouter/templates/two_columns_text_img_left.html.twig
new file mode 100644 (file)
index 0000000..dae2d85
--- /dev/null
@@ -0,0 +1,6 @@
+<p style="-moz-column-count: 2; -moz-column-gap: 16px; -webkit-column-count: 2; -webkit-column-gap: 16px; column-count: 2; column-gap: 16px;">
+  <span style="display: block;">
+    {{ image }}
+  </span>
+  {{ text }}
+</p>
\ No newline at end of file