Rinkusu/layouts/shortcodes/alert.html

1 line
168 B
HTML
Raw Normal View History

2021-10-04 06:48:47 +00:00
<div class="alert {{ with .Get "theme" }}alert-{{.}}{{ end }}" role="alert" data-dir="{{ with .Get "dir" }}{{.}}{{ else }}ltr{{ end }}">{{ .Inner | markdownify }}</div>