hugo-theme-relearn/layouts/shortcodes/include.html
2023-05-18 14:01:50 +02:00

5 lines
No EOL
186 B
HTML

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