Do you mean include a subtemplate? This documentation is for a newer version of Django templates than ships with App Engine:
http://docs.djangoproject.com/en/dev/ref/templates/builtins/ <http://docs.djangoproject.com/en/dev/ref/templates/builtins/>But this section still applies: {% include "your_sub_template.html" %} You should be able to include content from another HTML file from a master template. On Fri, Apr 2, 2010 at 9:40 PM, bibian <[email protected]> wrote: > Happy Easter every1! > > For of all, FYI, I am a total newbie, I haven't done anything with > AJAX before. > I am trying to help my friend to get something done. > > I have the .py file, I set up the app.yaml so the index.html can run > the py file. > I used the googleapplauncher and it runs perfectly fine in the > browser. > However, I want to incorporate another html with .js into this > index.html page. > > I wonder how to do it? Am I supposed to change the other html into .js > and add another handler URL? Please help! > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
