Files
hugo/docs/content/en/getting-started/glossary/chain.md
2025-01-23 09:47:46 +01:00

6 lines
210 B
Markdown

---
title: chain
---
Within a template, to connect one or more [identifiers](g) with a dot. An identifier can represent a method, object, or field. For example, `.Site.Params.author.name` or `.Date.UTC.Hour`.