mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
9 lines
253 B
HTML
9 lines
253 B
HTML
![]() |
{{- $context := .context }}
|
||
|
{{- $content := .content }}
|
||
|
{{- $align := .align | default "center" }}
|
||
|
{{- with $context }}
|
||
|
<div class="mermaid" align="{{ $align }}">
|
||
|
{{- safeHTML $content -}}
|
||
|
</div>
|
||
|
{{- .Page.Store.Set "htmlHasMermaid" true }}
|
||
|
{{- end }}
|