logo
pub fn title(_state: &State<'_, '_>, v: String) -> Result<String, Error>
This is supported on crate feature builtins only.
Expand description

Converts a value to title case.

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