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

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