DEEP - Archi
render -> github -> forestry
Well dave here it is One use case is the concatenation of elements in combination with the
Here’s one way to accomplish this: For every page under the nested section content/country/region/city, add the front matter param type: nested.
Then create file layouts/nested/single.html with your single template.
Kind can easily be combined with the where function in your templates to create kind-specific lists of content. This method is ideal for creating lists, but there are times where you may want to fetch just the index page of a single section via the section’s path.
The .GetPage function looks up an index page of a given Kind and path.
You can call .Site.GetPage with two arguments: kind (one of the valid values of Kind from above) and kind value.