#{extends 'main.html' /} #{set title:'List' /} #{list contacts, as:'contact'} #{/list} #{form @save()} #{/form}
Name First name Birth date
${contact.name} ${contact.firstname} ${contact.birthdate?.format('yyyy-MM-dd')} ${contact.email} >