Files
2026-06-16 16:45:32 +02:00

4 lines
175 B
HTML

{{- $href := .Get "href" -}}
{{- $text := .Get "text" -}}
{{- $class := or (.Get "class") "btn-primary" -}}
<a href="{{ $href }}" class="btn {{ $class }} mb-3">{{ $text }}</a>