<button class="button btn btn-primary">My Button</button>
<{{tag}} class="button btn btn-{{variation}}">{{text|safe}}</{{tag}}>
{
  "tag": "button",
  "text": "My Button",
  "size": null,
  "variation": "primary"
}

No notes defined.