<button type="submit">Save Changes</button>
<button {% if class %}class="{{ class }}"{% endif %} type="{{ type }}">{{ text }}</button>
{
  "type": "submit",
  "text": "Save Changes"
}

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.