`args List strings

hi: ${"hi:" + join(strings, "|")}

hi2: ${"hi:" + join(strings, "|")}

hi3: ${"hi:" + join(strings, "|")}

Note: the join() is defined in the JavaExtensions class in the Play! framework, which is automatically imported.