1 2 3 4 5 6 7
#include "head.tc" printf("\n<h1>User "); printf("%d", id); printf(": "); printf("%s", user->name ); printf("</h1>\n"); #include "foot.tc"