#include mach(main){ context("greeting", "" "" "" "

Hello {{name}}

" "" "" ); resource("home", "/", .get = { input({"name", .fallback = "world"}), mustache("greeting", "hello"), respond("hello") } ); }