hugo-theme-relearn/layouts/shortcodes/math.html

5 lines
109 B
HTML
Raw Normal View History

2022-07-02 12:00:23 +00:00
{{- partial "shortcodes/math.html" (dict
"context" .Page
2022-07-02 12:00:23 +00:00
"content" .Inner
"align" (.Get "align")
) }}