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

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