{{ .fieldName }} // Get field from current item +{{ ["field with spaces"] }} // Field names with spaces/special chars +Stop searching through documentation! This ...
1. How variables can be declared and reassigned. 2. The scope of variables declared with `var` (function/global scope). 3. Why using `var` for redeclaration is not recommended.