{% include '@bolt-elements-button/button.twig' with {
content: 'This is a small button',
size: 'small',
attributes: {
type: 'button'
}
} only %}
<button type="button" class="e-bolt-button e-bolt-button--small">This is a small button</button>