#include config mach(){ return (config) { .resources = { {"home", "/", .get = { input({"name", .validate = v_not_empty, .fallback = "world"}), render(.template = "" "" "" "

Hello {{name}}

" "" "" ) } } } }; }