<button type="reset">Reset Form</button>
<button {% if class %}class="{{ class }}"{% endif %} type="{{ type }}">{{ text }}</button>
{
  "type": "reset",
  "text": "Reset Form"
}

Button

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.