There is also Genshi that offers a way of doing inheritance, simply
follow the tutorial.

http://genshi.edgewall.org/

It's right that you can do everything on the Python side. So doing
complicated things results in many little templates but the other side
of the coin is that you'll avoid doing over complicated things.

Cheers,

-- Yoan

On Wed, Jun 11, 2008 at 5:36 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote:
>
>> Does webpy(0.3) template support inheritance like Django?
>> Support '{% block xxx %}'?
>
> After trying it both ways, we concluded it was better to handle
> inheritance from the Python side of things. So you declare vars in
> child templates and then pass the whole result to a base template.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to