Files
stephane.boniffacy fc87d59dbb + add training page (add admonition shortcode)
+ Finish translation
+ clean unused asset
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" -}}