pub fn title(v: Cow<'_, str>) -> String
Converts a value to title case.
<h1>{{ chapter.title|title }}</h1>