blob: 9cd6041eab12970642dfb4425becc3a97969dd79 (
plain)
1
2
3
4
5
6
7
8
9
|
{#
Params
text Text to render in the link
href URL to link to
#}
<form method="GET" action="{{ href }}" htmp replace=form_query>
<button class="link" type="submit">{{ text }}</button>
</form>
|