website/layouts/shortcodes/alert.html
Pierre-Olivier Mercier 162a36b0b1
All checks were successful
continuous-integration/drone/push Build is passing
Add who we are pages
2023-06-28 12:20:25 +02:00

4 lines
96 B
HTML

<div class="alert alert-{{ .Get "variant" | default "secondary" }} pb-0">
{{ .Inner }}
</div>