3 lines
224 B
HTML
3 lines
224 B
HTML
{{- partial "plugin/admonitionPre.html" (dict "Type" .AlertType "Title" (.AlertTitle | default (strings.FirstUpper .AlertType)) "Open" (not (eq .AlertSign "-"))) -}}
|
|
{{- .Text -}}
|
|
{{- partial "plugin/admonitionPost.html" -}} |