Rinkusu/layouts/shortcodes/alert.html
2021-10-04 08:48:47 +02:00

1 line
No EOL
168 B
HTML

<div class="alert {{ with .Get "theme" }}alert-{{.}}{{ end }}" role="alert" data-dir="{{ with .Get "dir" }}{{.}}{{ else }}ltr{{ end }}">{{ .Inner | markdownify }}</div>