mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-11 20:08:47 +08:00
3 lines
169 B
HTML
3 lines
169 B
HTML
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- partial "archetype.hugo" (dict "hook" "article" "page" $page "parameter" (dict "page" $page "content" $content)) }} |