#include #include "site.h" void front() { char *title; title = site.name; printf("Content-Type: text/html\n\n"); #include "t/head.tc" #include "t/front.tc" #include "t/foot.tc" }