1
1
Fork 0
mirror of https://github.com/Aroy-Art/Rinkusu.git synced 2025-05-04 16:07:48 +02:00
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>