Function askama::filters::lowercase

source ·
pub fn lowercase<T>(s: T) -> Result<String, Error>
where T: Display,
Expand description

Alias for the lower() filter