Errors:
jinja2.exceptions.UndefinedError: 'variable' is undefined
: You are using some{{ variable }}
in your template that is not defined in your config file.- Is the
variable
is defined, check you are not using avariable-with-dashes
in your template. You need to usevariable_with_underscore
instead.
- Is the