_index.md (723B)
1 ---
2 title: Variables and Params
3 linktitle: Variables Overview
4 description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates.
5 date: 2017-02-01
6 publishdate: 2017-02-01
7 lastmod: 2017-02-01
8 categories: [variables and params]
9 keywords: [variables,params,values,globals]
10 draft: false
11 menu:
12 docs:
13 parent: "variables"
14 weight: 1
15 weight: 01 #rem
16 sections_weight: 01
17 aliases: [/templates/variables/]
18 toc: false
19 ---
20
21 Hugo's templates are context aware and make a large number of values available to you as you're creating views for your website.
22
23 [Go templates]: /templates/introduction/ "Understand context in Go templates by learning the language's fundamental templating functions."