Function rocket_dyn_templates::minijinja::filters::title

source ·
pub fn title(v: Cow<'_, str>) -> String
Expand description

Converts a value to title case.

<h1>{{ chapter.title|title }}</h1>