5 lines
214 B
HTML
5 lines
214 B
HTML
<div class="mermaid" align="{{ .Get "align" | default "center" }}" {{ with .Get "bc" }} style="background: {{ . }}" {{ end }}>
|
|
{{ safeHTML .Inner }}
|
|
</div>
|
|
|
|
{{ .Page.Store.SetInMap "scParams" "mermaid" true }} |