#include config(app){ context("greeting", "hello world"); resource("home", "/", .mime = n_txt, .get = { respond("greeting") } ); }