[Templates] wrapper in control?

Perrin Harkins pharkins@etoys.com
Wed, 23 Aug 2000 09:56:22 -0700 (PDT)


I know it's convenient to put the meta data in your templates, but it kind
of sounds like you're going to a lot of trouble to make it work and maybe
getting your data and presentation mixed together more than they should
be.  What if you just made a separate template file like "filename.meta"
that you bring in with PROCESS?  It can set a couple of values for use in
your META tags.  Then you just need to figure out which one to load based
on the URI of the request.
- Perrin