alert.html 286 B

1234567
  1. {{/* Todo: to be deprecated in favour of Callout. */}}
  2. {{ warnf "Alert shortcode will be deprecated in future. Use Callout instead. Rename `alert` to `callout` in %q" $.Page.Path }}
  3. <div class="alert alert-{{ .Get 0 }}">
  4. <div>
  5. {{ .Inner | markdownify | emojify }}
  6. </div>
  7. </div>