poly-mech/themes/relearn/layouts/shortcodes/math.html
2024-08-18 16:34:30 +02:00

6 lines
152 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/math.html" (dict
"page" .Page
"content" .Inner
"align" (.Get "align")
) }}