What are good ways to handle template data. In other words, I have common data on each page like header, navbar, copyright, etc. that would be the same for each page and am looking for different ways to create (1) template files to include in all my pages.
I have reviewed Matthew Kendall's class called "A Template Framework for Static Sites" and understand his concepts. I set up several pages on different levels using his concepts. He uses Fast Template and it works fairly well for static sites but my site is mostly dynamic. I figure there has to be another way to use templates.
David