<button class="btn ">
Button text
</button>
<button class="btn {{classess}} ">
{{ name | default('Button text') }}
{% if icon %}
{% render icon with {'svgsize': svgsize | default("a-icon__svg--x1") } %}
{% endif %}
</button>
/* No context defined. */
No notes defined.