5 lines
340 B
Plaintext
5 lines
340 B
Plaintext
|
{{- $page := .page }}
|
||
|
{{- $content := .content }}
|
||
|
{{- $outputFormat := .outputFormat }}
|
||
|
{{- $page.Page.Store.Set (printf "%sIsNested" $outputFormat) false }}
|
||
|
{{- partial "output-partial.hugo" (dict "base" "article" "page" $page "parameter" (dict "page" $page "content" $content "outputFormat" $outputFormat) "outputFormat" $outputFormat) }}
|