Function minijinja::filters::lower

source ·
pub fn lower(v: Cow<'_, str>) -> String
Available on crate feature builtins only.
Expand description

Converts a value to lowercase.

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