Files
kubecon24/themes/hugo-theme-relearn/layouts/_default/_markup/render-codeblock-math.html
2024-03-19 14:59:45 +01:00

6 lines
158 B
HTML

{{- partial "shortcodes/math.html" (dict
"page" .Page
"attributes" .Attributes
"content" .Inner
"align" (index .Attributes "align")
) }}