@args (String username) @layout.template("Index", RockerContent.NONE, RockerContent.NONE) -> {

Welcome to Kloud @username!

@if(username.length() > 0) { } else { } }