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