@View @Route("/") public Response.Content index() { return index.ok(); }
@View public Response.Content index() { return index.ok(); }
@View public Response.Content index() throws IOException { return index.ok(); }