5 lines
303 B
HTML
5 lines
303 B
HTML
|
{{- $page := .page }}
|
||
|
{{- $content := .content }}
|
||
|
{{- $outputFormat := .outputFormat }}
|
||
|
{{- $hook := "article" }}
|
||
|
{{- partialCached "archetype.hugo" (dict "hook" $hook "page" $page "parameter" (dict "page" $page "content" $content) "outputFormat" $outputFormat) $page.RelPermalink $outputFormat $hook }}
|