gin_lp-1.0.x-dev/templates/form/form--layout-builder-form--gin-lp.html.twig
templates/form/form--layout-builder-form--gin-lp.html.twig
{#
/**
* @file
* Theme override for a 'form' element.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the form.
*
* @see template_preprocess_form()
*/
#}
<div id="gin_sidebar" class="glp-sidebar layout-region">
<div class="glp-sidebar__content">
<div class="glp-sidebar__titelbar">
<div class="glp-sidebar__title">{{ "Layout builder setting"|t }}</div>
</div>
<form{{ attributes }}>
{{ children }}
</form>
</div>
</div>
