mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
7 lines
259 B
HTML
7 lines
259 B
HTML
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
{{ $color := .Get "color" | default "primary" }}
|
|
<div class="alert alert-{{ $color }}" role="alert">
|
|
{{ with .Get "title" }}<h4 class="alert-heading">{{ . | safeHTML }}</h4>{{ end }}
|
|
{{ .Inner | markdownify }}
|
|
</div>
|