#{extends 'main.html' /} #{set title:'Page protégée' /}
Authenticated user : ${user.username}
Is an administrator ? ${user.isAdmin}
This panel gets displayed only to admin user.