content: Enhance content view template details

This commit is contained in:
Joe Mooring
2025-09-29 13:57:58 -07:00
committed by GitHub
parent 9741756906
commit f8407c3b53
+1
View File
@@ -318,6 +318,7 @@ A _content view_ template is similar to a _partial_ template, invoked by calling
- Inherit the context of the current page
- Can target any page kind, content type, logical path, language, or output format
- Can reside at any level within the `layouts` directory
For example, Hugo applies a _base_ template to the _home_ template below, then renders the page content and a card component for each page within the "films" section of your site.