culinary.kemonine.info/themes/hugo-theme-relearn/layouts/shortcodes/mermaid.html

6 lines
151 B
HTML

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