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

Leo Heitmann Ruiz
20.23.2024 18961231ca2838fed60c6f051ebe22e49afcb305
1
2
3
4
{{- $link := .Get 0 -}}
{{- $label := .Get 1 -}}
{{- $modifier := .Get 2 -}}
<a href="{{ $link }}" class="button{{ with $modifier }} {{ . }}{{ end }}">{{- $label | markdownify -}}</a>