{% include '@bolt-layouts-layout/layout.twig' with {
template: [
'halves',
],
valign_items: 'center',
...
} only %}
<bolt-layout template="halves" valign-items="center">
<bolt-layout-item>
<!-- Content goes here -->
</bolt-layout-item>
</bolt-layout>