{% import "macros/widgets.html.twig" as widgets %} {% if section.title %} {{ widgets.page_header(section.title) }} {% endif %} {% set width = section.widgets|length %} {% set rawWidth = 12 / width %} {% set columnWidth = rawWidth|round(0, 'floor') %}