From f8407c3b531ca4882d99fb3d13f743ebf9e39a12 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 29 Sep 2025 13:57:58 -0700 Subject: [PATCH] content: Enhance content view template details --- content/en/templates/types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/templates/types.md b/content/en/templates/types.md index 19e0e32dd..36835071f 100644 --- a/content/en/templates/types.md +++ b/content/en/templates/types.md @@ -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.