page_layouts-1.0.1/templates/layouts-image-left-text-right.html.twig
templates/layouts-image-left-text-right.html.twig
{#
/**
* @file
* Theme override for the page layouts image left text right.
*
* Available variables:
* - attributes: HTML attributes for the wrapper.
* - content_attributes: HTML attributes for the content.
* - title_attributes: HTML attributes for the text.
*
* @see template_preprocess_layouts_image_left_text_right()
*/
#}
<div{{ attributes }}>
<div{{ content_attributes }}>
{{ content.image_1 }}
</div>
<div{{ content_attributes }}>
<p{{ title_attributes }}>{{ content.content_1 }}</p>
</div>
</div>
