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

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