1 2 3 4 5 6 7
#include "head.tc" printf("\n<h1>"); printf("%s", title ); printf("</h1>\n<p>"); printf("%s", err ); printf("</p>\n"); #include "foot.tc"