Delimiters:
{{ and }} are used to enclose template actions.
Conditionals:
{{ if .Condition }} starts an if block {{ end }} ends a conditional block
Variable access:
.VariableName accesses a field or method on the data structure passed to the template
Whitespace control:
Unlike Jinja, there are no special whitespace control characters (like - in Jinja)
No explicit else statements in this template