hugo-theme-relearn/layouts/shortcodes/mermaid.html
2022-06-22 21:41:23 +02:00

6 lines
No EOL
151 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/mermaid.html" (dict
"context" .
"content" .Inner
"align" (.Get "align")
) }}