mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
2.3 KiB
2.3 KiB
title | description | categories | keywords | menu | weight | toc | aliases | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Single page templates | The primary view of content in Hugo is the single view. Hugo will render every Markdown file provided with a corresponding single template. |
|
|
|
50 | true |
|
Single page template lookup order
See Template Lookup.
Example single page templates
{{< code file=layouts/posts/single.html >}} {{ define "main" }}
{{ .Title }}
To easily generate new instances of a content type (e.g., new .md
files in a section like project/
) with preconfigured front matter, use content archetypes.