#include #include #include "todos/todos.c" #include "activity/activity.c" mach(){ error(m_error, {mustache("5xx")}); error(m_not_found, {mustache("404")}); middleware(session()); resource("home", "/", .get = {mustache("home")} ); }