Files
FixIt/layouts/_shortcodes/mermaid.html
T

6 lines
177 B
HTML

{{- $options := dict
"wrapper" (.Get "wrapper")
"filename" (.Get "filename")
-}}
{{- dict "Options" $options "Inner" .Inner "Page" .Page | partial "plugin/mermaid.html" -}}