On Oct 15, 1:26 am, John Nagle <[EMAIL PROTECTED]> wrote:
> allen.fowler wrote:
> > Hello,
>
> > Can anyone recommend a simple python template engine for generating
> > HTML that relies only on the Pyhon Core modules?
>
> > No need for caching, template compilation, etc.
>
> > Speed is not a major issue.
>
> > I just need looping and conditionals. Template inheritance would be a
> > bonus.
>
>      HTMLTemplate is a minimal system for that sort of thing.
> It doesn't drag in some big "framework".
>
>                                         John Nagle

Thanks...
Wait a sec... this is a Perl module...

Am I missing something?  :)


Allen

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to