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

7 lines
No EOL
248 B
HTML

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