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

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