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

5 lines
235 B
Markdown

---
title: variable
---
A user-defined [identifier](g) prepended with a `$` symbol, representing a value of any data type, initialized or assigned within a [template action](g). For example, `$foo` and `$bar` are variables.