|
|
|
|
|
by adamzochowski
518 days ago
|
|
Why not use server side includes? Most web servers support it, and it dates back to one of the early features of webservers. <!--# set var="pagetitle" value="Main page" -->
<!--# include file="00__header.html" -->
... main content here
<!--# include file="00__footer.html" -->
|
|