mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
6 lines
177 B
HTML
6 lines
177 B
HTML
{{- $options := dict
|
|
"wrapper" (.Get "wrapper")
|
|
"filename" (.Get "filename")
|
|
-}}
|
|
{{- dict "Options" $options "Inner" .Inner "Page" .Page | partial "plugin/mermaid.html" -}}
|