Files
paige-hugo/layouts/partials/paige/alert.html
2024-06-03 23:27:27 -07:00

6 lines
154 B
HTML

{{ $page := . }}
{{ with $page.Param "paige.alert" }}
<div class="alert alert-{{ .type }}" role="alert">{{ .message | markdownify }}</div>
{{ end }}