Variable Expressions in Jinja2 Templates
Notes
In this video we refactor the validate-time
handler to use a template and learn about the difference between using str.format
versus templates, as well as the importance of curly braces!
Code
View the final code from this lesson.