hugo-theme-relearn/layouts/shortcodes/include.html
2022-06-22 21:41:23 +02:00

5 lines
No EOL
183 B
HTML

{{- partial "shortcodes/include.html" (dict
"context" .
"file" (.Get "align" | default (.Get 0))
"showFirstHeading" (.Get "showfirstheading" | default (.Get 1))
) }}