layoutcomponents-8.x-1.14-beta2/templates/layoutcomponents--subregion.html.twig
templates/layoutcomponents--subregion.html.twig
{#
/**
* @file
* Layout Components - subregion template.
*
* Available layout variables:
* - subregion.type: Wrapper container for the layout subregion.
* - attributes: Wrapper attributes for the layout subregion container.
* - content: The content to go inside the wrapper for this subregion.
*/
#}
{% set container = subregion.type %}
{% set attributes = subregion.attributes %}
<{{ container }}{{ attributes }}>
{{ content }}
</{{ container }}>
