summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/go-template/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/go-template/_index.md')
-rw-r--r--docs/content/en/functions/go-template/_index.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/content/en/functions/go-template/_index.md b/docs/content/en/functions/go-template/_index.md
new file mode 100644
index 000000000..9075756aa
--- /dev/null
+++ b/docs/content/en/functions/go-template/_index.md
@@ -0,0 +1,14 @@
+---
+title: Go template functions, operators, and statements
+linkTitle: go template
+description: Template functions, operators, and statements provided by Go's text/template package.
+categories: []
+keywords: []
+menu:
+ docs:
+ parent: functions
+---
+
+These are the functions, operators, and statements provided by Go's [text/template] package.
+
+[text/template]: https://pkg.go.dev/text/template