github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/layouts/shortcodes/alert.html (about)

     1  {{ $_hugo_config := `{ "version": 1 }` }}
     2  {{ $color := .Get "color" | default "primary" }}
     3  <div class="alert alert-{{ $color }}" role="alert">
     4      {{ with .Get "title" }}<h4 class="alert-heading">{{ . | safeHTML }}</h4>{{ end }}
     5      {{ .Inner | markdownify }}
     6  </div>