I'm using template engine called Dwoo. How get the first element of the array without a loop?
{assign array("Bob" "John") users} {$users.0}
Dwoo Wiki