hugo-theme-relearn/layouts/shortcodes/include.html

5 lines
No EOL
195 B
HTML

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