The <code>lower</code> filter converts a value to lowercase.

For example:
```bash
{{ 'CHARGEOVER'|lower }}

Will print "chargeover"
```
