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

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