GAE does support template inheritance. I'm using it with both files in the same directory. I would assume the path is relative to the file referencing the base template, but haven't experimented with it. But it does work, so give it a try and you should find out what the reference base is soon enough.
On Feb 13, 1:46 pm, solidus <[email protected]> wrote: > Do we get template inheritance with vanilla gae or do i have to > integrate with Django? > > If we do get it by default, how will gae know where to look for the > base.html file? > > e.g., > > {{% extends "base.html" %}} > > Will gae know where to look for base.html? Do I have to give it a > relative/absolute path? Is there some search path variable that needs > to be set? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
