httpd/
httpd/lib/
httpd/lib/data/
httpd/lib/include/
/* global defines go here */

#define html(x, y) "<" + (x) + ">" + (y) + "</" + (x) + ">"
#define html_page(x, y) html("HEAD", html("TITLE", x)) + html("BODY", html("H1", x) + (y));