template NameEntry(String name, int age) { css { .foo { color: red; font-weight: bold; } }
${name} - ${age}
}