Concept Flow - Variable substitution syntax
Start Template Rendering
Find {{ variable }}
Look up variable in context
Replace {{ variable }} with value
Continue until all variables replaced
Render final HTML output
The template engine scans for {{ variable }} placeholders, looks up their values, replaces them, and produces the final HTML.