You are here

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

<p style="width: 500px;">
  {{ text }}
</p>

File

modules/layouter_extension_example/templates/one_column_width_500.html.twig
View source
  1. <p style="width: 500px;">
  2. {{ text }}
  3. </p>