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