Is it posible to define templates that inherit from other templates in facelets?
Something like this
/GlobalTemplate.xhtml
/users/UsersTemplate.xhtml template="/GlobalTemplate.xhtml"
/users/viewUser.xhtml template="/users/UsersTemplate.xhtml"
Then viewUsers.xhtml will be called by browser