Template Variables

Variables are a way of adding more flexibility into our templates.

Summary

In programming, variables are defined as values that can change, depending on conditions or on information passed to the program.

In this video, we are going to use template variables to define the date in our template, so that every time we use a template, the 'date created' is the current date.

This is super powerful, and can make templates really flexible.

FAQ

This seems complex - is it necessary?