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

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