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

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