Hello, I'm new to the twig template engine and I have a question for the masters here. I'm looking for a method that I can use without quotes when specifying a string value. I saw an example online.
{{ 42|string }}
output:
{# returns '42' #}
but when I try the above example with online editors, I...