{% set layout_items %}
{% include '@bolt-layouts-layout/layout-item.twig' with {
content: 'Layout item (this will come last once the viewport is larger than the small breakpoint)',
order: 'last@from-small',
} only %}
{% include '@bolt-layouts-layout/layout-item.twig' with {
content: 'Layout item',
} only %}
{% include '@bolt-layouts-layout/layout-item.twig' with {
content: 'Layout item',
} only %}
{% endset %}
{% include '@bolt-layouts-layout/layout.twig' with {
content: layout_items,
template: [
'thirds@from-small',
],
} only %}