mirror of https://github.com/gohugoio/hugo
7 lines
400 B
Markdown
7 lines
400 B
Markdown
---
|
|
title: context
|
|
reference: /templates/introduction/#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.
|