With this example, i can use my list lstRegioes only if i create another template and make an include in the main template.
I dont think for every list/variable that i need to use in some template i have to create a separeted route/method/template and make an include to the main one to use the list/variable. If that is the way it should be done, i dont thing that is a good approach.
I think it should work like struts if i remeber well, u just need to use request().someMethod() to pass any kind of data (list, variable, maps, etc) to the template.
Thanks,
Eduardo