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