We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bb41b commit d2df24cCopy full SHA for d2df24c
index.md
@@ -59,7 +59,7 @@ public class BasicApplication extends Application {
59
60
// send a template with name "hello" as response
61
GET("/template", routeContext -> {
62
- routeContext.setLocal("greeting", "Hello");
+ routeContext.setLocal("greeting", "Hello"); // template's model/context
63
routeContext.render("hello");
64
});
65
}
0 commit comments