Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/variables/_index.md')
-rw-r--r--docs/content/en/variables/_index.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/content/en/variables/_index.md b/docs/content/en/variables/_index.md
new file mode 100644
index 000000000..382ee25d4
--- /dev/null
+++ b/docs/content/en/variables/_index.md
@@ -0,0 +1,23 @@
+---
+title: Variables and Params
+linktitle: Variables Overview
+description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates.
+date: 2017-02-01
+publishdate: 2017-02-01
+lastmod: 2017-02-01
+categories: [variables and params]
+keywords: [variables,params,values,globals]
+draft: false
+menu:
+ docs:
+ parent: "variables"
+ weight: 1
+weight: 01 #rem
+sections_weight: 01
+aliases: [/templates/variables/]
+toc: false
+---
+
+Hugo's templates are context aware and make a large number of values available to you as you're creating views for your website.
+
+[Go templates]: /templates/introduction/ "Understand context in Go templates by learning the language's fundamental templating functions."