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