#{extends 'main.html' /}
#{set title:'Home' /}
You can edit users by clickin on the links below
#{list items:us, as:'user'}
#{a @Application.edit(user.id)}${user.firstName} ${user.lastName}#{/a}
#{/list}
Or Register by clicking the link below
#{a @Application.register()}Register Here#{/a}