4 lines
175 B
HTML
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> |