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