get("/", function ($context) { $html = << Dumbo

Welcome to Dumbo!

This is an HTML response.

HTML; return $context->html($html); }); $app->run();