@* Example file containing many features of Rocker templates *@ @import java.util.* @import java.util.concurrent.* @args (String title, Date now, Map map) @title

Hello World @@ millis @now.getTime()

@for (String s : list) { for-block @if (valueForIfTrue) { if-block } else { else-block } }