I am trying to convert to upper case a string in a Jinja template I am working on.
In the template documentation, I read:
upper(s) Convert a valu
And you can use: Filter like this
{% filter upper %} UPPERCASE {% endfilter %}