title
The title filter converts a string to have the first letter of each word capitalized and all other characters lower case.
{{ post.postTitle|title }}
The title filter converts a string to have the first letter of each word capitalized and all other characters lower case.
{{ post.postTitle|title }}