The lowercase-helper will convert the entire string to lowercase.

{{{lowercase sentence}}}

when used with this context:

{
  sentence: "This Is Some SENtence"
}

will result in:

this is some sentence