<a href="http://testlenke.no" class="btn ">Basic button</a>
<{{ element }} {{ attr }} href="{{ href }}" class="btn {{ class }}">{{ text }}</{{ element }}>
{
"element": "a",
"text": "Basic button",
"href": "http://testlenke.no",
"template": "element-button"
}
.btn class can be applied to <a>, <button> and <inpu type="button"> elements.