mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
4 lines
No EOL
194 B
HTML
4 lines
No EOL
194 B
HTML
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- $outputFormat := partial "output-format.hugo" .page }}
|
|
{{- partial "nested-article.hugo" (dict "page" $page "outputFormat" $outputFormat) }} |