Initial working draft.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{{- $href := .Get "href" -}}
|
||||
{{- $text := .Get "text" -}}
|
||||
{{- $class := or (.Get "class") "btn-primary" -}}
|
||||
<a href="{{ $href }}" class="btn {{ $class }} mb-3">{{ $text }}</a>
|
||||
Reference in New Issue
Block a user