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

5 lines
No EOL
182 B
HTML

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