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