<button class="a-button" type="button"{{#if disabled}} disabled{{/if}}>
	{{#if children}}
		{{{children}}}
	{{else}}
		{{{text}}}{{#if disabled}} !{{/if}}
	{{/if}}
</button>
