You are here

big_img_text_below.html.twig in Layouter - WYSIWYG layout templates 8

<div style="text-align: center;">
  {{ image }}
</div>
<p>
  {{ text }}
</p>

File

templates/big_img_text_below.html.twig
View source
  1. <div style="text-align: center;">
  2. {{ image }}
  3. </div>
  4. <p>
  5. {{ text }}
  6. </p>