hugo-theme-relearn/exampleSite/layouts/shortcodes/piratify.html

5 lines
153 B
HTML
Raw Normal View History

{{- partial "shortcodes/piratify.html" (dict
"context" .Page
2023-02-10 16:30:41 +00:00
"pagefield" "Content"
"writenotice" (.Get "writenotice" | default (.Get 0))
) }}