page_layouts-1.0.1/templates/layouts-full-width-single-image.html.twig
templates/layouts-full-width-single-image.html.twig
{#
/**
* @file
* Theme override for the page layouts full width single image.
*
* Available variables:
* - attributes: HTML attributes for the wrapper.
* - content: The html for this template.
*
* @see template_preprocess_layouts_full_width_single_image()
*/
#}
<div{{ attributes }}>
{{ content.image_1 }}
</div>
