@import io.javalin.* @args (String message, Integer counter, Context ctx) @js => { } @layout.template("Login", ctx, RockerContent.NONE, js) -> {

Login

@if(message.length() > 0) { @message } @if(counter > 0) { Please try again in @counter seconds. }
}