pub fn reverse(v: Value) -> Result<Value, Error>
Reverses an iterable or string
{% for user in users|reverse %} <li>{{ user.name }} {% endfor %}