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

5 lines
183 B
HTML
Raw Normal View History

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