On Mon, 6 Nov 2000, Vivek Khera wrote:

> <head>
>  <title>My Site</title>
> </head>
> <body>
> <tr>
>  <td>[% stick in body of article here "document.main" %]</td>
>  <td>[% stick in related info here "document.sidebar" if it exists %]</td>
> </tr>
> </body>
> 
> That is, I have exactly one template that I apply to each document.
> Right now I do that using Sandwich and some pre-processing, but I'd
> much rather let a real template system do it so I can put parts in
> various places.
> 
> Is TT the something that will let me do this without too much
> headache?

I'm sure TT can do this.  In addition, pretty much all the templating
systems probably accomodate this.  Under Mason this could be done very
easily using the autohandler facility it provides.


-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to