{% set attr_id = segment.attributes.id ?: 'g-' ~ segment.id %} {% set boxed = segment.attributes.boxed %} {% if boxed is not null %} {% set boxed = boxed|trim == '' ? gantry.config.page.body.layout.sections : boxed %} {% endif %} {% set html %} {% for segment in segments %} {% include '@nucleus/layout/' ~ segment.type ~ '.html.twig' with { 'segments': segment.children } %} {% endfor %} {% endset %} {% if segment.attributes.sticky or html|trim %} {% set classes = segment.attributes.class ? ' ' ~ segment.attributes.class|e %} {% set attr_extra = '' %} {% if segment.attributes.extra %} {% for attributes in segment.attributes.extra %} {% for key, value in attributes %} {% set attr_extra = attr_extra ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% if boxed is not null and (boxed == 0 or boxed == 2) %} {% set html %}
{{ html|raw }}
{% endset %} {% endif %} {% set html %}
{{ html|raw }}
{% endset %} {% if boxed == 1 %}
{{ html|raw }}
{% else %} {{ html|raw }} {% endif %} {% endif %}