On 12/23/05, Mike Orr <[EMAIL PROTECTED]> wrote: > A preprocessor that puts a complete document around a <body> or <div > class="page_content"> tag would also be desirable. I like my page > templates to contain just their unique content, not several lines of > boilerplate tags around them. Yes, the raw template shows up wrongly > in the browser but it does show up. I think this is what py:layout > was designed for.
Actually, Kid 0.8 already provides a way to have a template just define the content section and get marked up by a surrounding template. AFAIK, the only doc I saw on this was a Kid ticket :( Kevin

