mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 00:20:21 +03:00
5 lines
223 B
Markdown
5 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.
|