From cb55cdbb0fa088158457ebb399cb50e28b92c1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 23 Nov 2019 10:45:46 +0100 Subject: [PATCH] Update introduction.md --- content/en/templates/introduction.md | 2 -- 1 file changed, 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 `{{ }}`.