<div class="element-bg">
<a href="#" class="button button--transparent">Link as a button</a>
<button class="button button--transparent" type="input">Button as a button</button>
</div>
<div class="element-bg">
<a href="#" class="button button--transparent">{{ button_one }}</a>
<button class="button button--transparent" type="input">{{ button_two }}</button>
</div>
{
"button_one": "Link as a button",
"button_two": "Button as a button"
}