summaryrefslogtreecommitdiffstats
path: root/content/en/templates/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/templates/introduction.md')
-rw-r--r--content/en/templates/introduction.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md
index 34a993a52..abbb41f4c 100644
--- a/content/en/templates/introduction.md
+++ b/content/en/templates/introduction.md
@@ -25,8 +25,6 @@ The following is only a primer on Go Templates. For an in-depth look into Go Tem
Go Templates provide an extremely simple template language that adheres to the belief that only the most basic of logic belongs in the template or view layer.
-{{< youtube gnJbPO-GFIw >}}
-
## Basic Syntax
Go Templates are HTML files with the addition of [variables][variables] and [functions][functions]. Go Template variables and functions are accessible within `{{ }}`.