On Tue, 2004-03-16 at 14:09, Marcin Kasperski wrote: > > It's the same story with any templating system: you can reduce > > duplication, but then your source files are no longer just HTML. > > Hmm, there are systems which keep template files as HTML, like Zope > Page Templates (there is sth based on this idea for perl too).
There are actually several of these for perl, but this only helps with validating your HTML until you start using includes, and you won't get far without includes. At that point your documents cease to be complete HTML pages. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
