mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
5
docs/content/en/getting-started/glossary/context.md
Normal file
5
docs/content/en/getting-started/glossary/context.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: context
|
||||
---
|
||||
|
||||
Represented by a dot "." within a [template action](g), context is the current location in a data structure. For example, while iterating over a [collection](g) of pages, the context within each iteration is the page's data structure. The context received by each template depends on template type and/or how it was called. See [details](/templates/introduction/#context).
|
Reference in New Issue
Block a user