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

Hello {{name}}

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