Where were you born:
New Zealand
Austria
Germany
Hungary
What languages do you speak:
English
German
if (nationality == "nz" && german) { print(H("p", H("span", style="color: red", "Nicht normal!"))) } else { if (english) { print(H("p", H("span", style="color: green", "Hello"))) } if (german) { print(H("p", H("span", style="color: green", "Guten tag"))) } }