Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / layouter / templates / two_columns_text_img_left.html.twig
1 <p style="-moz-column-count: 2; -moz-column-gap: 16px; -webkit-column-count: 2; -webkit-column-gap: 16px; column-count: 2; column-gap: 16px;">
2   <span style="display: block;">
3     {{ image }}
4   </span>
5   {{ text }}
6 </p>