Appearance
The uppercase-helper will convert the entire string to uppercase.
uppercase
{{{uppercase sentence}}}
when used with this context:
{ sentence: "This Is Some SENtence" }
will result in:
THIS IS SOME SENTENCE