{% include '@bolt-layouts-layout/layout.twig' with {
gutter: 'large',
row_gutter: 'small',
...
} only %}
<bolt-layout gutter="large" row-gutter="small">
<bolt-layout-item>
<!-- Content goes here -->
</bolt-layout-item>
<bolt-layout-item>
<!-- Content goes here -->
</bolt-layout-item>
</bolt-layout>