page_layouts-1.0.1/templates/layouts-full-width-body-text.html.twig
templates/layouts-full-width-body-text.html.twig
{#
/**
* @file
* Theme override for the page layouts full width body text.
*
* Available variables:
* - content_1: The body text.
*
* @see template_preprocess_layouts_full_width_body_text()
*/
#}
<div{{ attributes }}>
<p{{ title_attributes }}>{{ content.content_1 }}</p>
</div>
