Update introduction.md

This commit is contained in:
Bjørn Erik Pedersen
2019-11-23 10:45:46 +01:00
committed by GitHub
parent 7427a1fc52
commit cb55cdbb0f
-2
View File
@@ -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 `{{ }}`.