What would be the advantage of using FastTemplate ?
I am wondering why I "should" use FastTemplate instead of defining a function "head()" which prints the heading for the page (containing the title, the left table cell which hold the site structure etc), and one function "footer()" which prints the end-statements (for the table etc). I do it like that now. However, the projects needs to be re-build so I want to do it right now!
What's the advantage of using FastTemplate? Now, I can (in the head()) set a link to a stylesheet, use tags like <h1> and change the look of them with the CSS, I can define new tags in CSS etc. Off course, some tags don't like to be replaced (there doesn't seem to exist a good tag for building a title in a box automatically), but that can be circumvented with a new function, like title($titlename).
You get the point? What's the use of FastTemplate? Will it really make my life easier?
Thanks for all comments which might follow!