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

Lauris BH
29.32.2023 27b84dc22eb86e4d2bb38c8a64410c524b409f65
1
2
3
4
{{- $link := .Get 0 -}}
{{- $label := .Get 1 -}}
{{- $modifier := .Get 2 -}}
<a href="{{ $link }}" class="button{{ with $modifier }} {{ . }}{{ end }}">{{- $label | markdownify -}}</a>