5 lines
126 B
HTML
5 lines
126 B
HTML
{{- $type := .Get "type" | default "note" -}}
|
|
<div class="md-alert md-alert-{{ $type }}">
|
|
{{ .Inner | markdownify }}
|
|
</div>
|