capitalize
This is used to capitalize the first letter of all words in a variable.
Example:
Input:
john smith
Template:
{#name|capitalize#}
Output:
John Smith