`(List contacts) `extends main `set title:"List of all" *{ }* `for (Contact contact : contacts) { `} ${authenticityToken()}
The Name First name Birth date
${contact.name} ${contact.firstname} ${format(contact.birthdate, "yyyy-MM-dd") ?: ""} ${contact.email} >