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

5 lines
186 B
HTML
Raw Normal View History

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