Chapter 1: Django Template Variables
Template variables — that is: everything that happens between {{ and }} Most beginners think “it’s just printing a variable”… but there is a whole little language inside those double curly braces. Understanding it...
