ASP Templating
How do all you ASP programmers template a website?
Say I have a few pages on a website:
1) Home
2) About
3) Contact
Each page usually would have the same navigation, header, footer etc. Previously I have created one index page that would include all the related files and then testing on querystring would load content using sub routines. Horrible maybe........
The only other way I can see is to create the layout on every single .asp page.
Can any one shed any light?