Files
epsf-miniwebsite/themes/tse/layouts/_default/_markup/render-blockquote-alert.html
2025-01-24 18:04:55 +01:00

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" -}}