But there is more to it than nested shtml files...
For instance if i want to add a web based mailer/contact form. There would be a page that would be layed out like the following pseudo-Code:
Contact.cgi contains (
Header.template contains (
header text,
news.cgi output,
menu.cgi output)
print contact form here
Footer.template contains (
footer text,
footer_menu.cgi
contact_info.cgi
)
)