mirror of https://github.com/onweru/compose.git

weru
27.22.2023 f2a7a2cf4e892047057833476396937352caff03
1
2
3
4
{{- $link := .Get 0 -}}
{{- $label := .Get 1 -}}
{{- $modifier := .Get 2 -}}
<a href="{{ $link }}" class="button{{ with $modifier }} {{ . }}{{ end }}">{{- $label -}}</a>