culinary.kemonine.info/themes/hugo-theme-relearn/layouts/partials/article.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 }}