{% include '@bolt-layouts-layout/layout.twig' with {
padding_top: 'small',
padding_bottom: 'xlarge',
...
} only %}
<bolt-layout padding-top="small" padding-bottom="xlarge">
<bolt-layout-item>
<!-- Content goes here -->
</bolt-layout-item>
<bolt-layout-item>
<!-- Content goes here -->
</bolt-layout-item>
</bolt-layout>