<button class="link" type="button">Settings</button>
<button {% if class %}class="{{ class }}"{% endif %} type="{{ type }}">{{ text }}</button>
{
"type": "button",
"text": "Settings",
"class": "link"
}
Button styles are applied to the <button> element as well as <input>
elements with a type attribute of submit or reset.
Buttons with a .link class are given the appearance of a link.