#include void mach(){ context("greeting", "hello world"); resource("home", "/", .mime = m_txt, .get = { mustache("greeting") } ); }