pub fn is_lower(name: &str) -> bool
Checks if a string is all lowercase.
{{ 'foo' is lower }} -> true