try { context.put("date", new Date()); return getTemplate("hello.wm"); } catch (NotFoundException e) { throw new HandlerException(e.getMessage()); }