- Added `time` filter for strings to allow usage in conditionals (e.g. `{% if '%m'|time|int < 8 %}`).
- Added `roman` filter to convert integer into roman numeral (e.g. `{{ 5|roman }}`).
- Jinja compilation of user, prefilled and default values.
- Environment variables available in templates with the `ENV` variable.