#include <mach.h>
void mach(){
resource("home", "/", .mime = m_txt,
.get = {
mustache(.body = "hello")
}
);