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