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

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