Navigation: Designing templates > Macros > Text
It converts text to lowercase.
Syntax
{#lowercase textToConvert#}
textToConvert: this text will be converted to lowercase
Example
Template:
{#lowercase Good Morning#}
Result:
good morning