mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 08:40:09 -04:00
6 lines
223 B
Markdown
6 lines
223 B
Markdown
---
|
|
title: scope
|
|
---
|
|
|
|
The term _scope_ refers to the specific region of code where a [_variable_](g) or [_object_](g) is accessible. For example, a variable initialized in one [template](g) is not available within another.
|