Well I have some templates that I render and they all have a titlebar
so I would like to include that snippet from another file. I put that
in a file named title.html and use the code:
{% include "title.html" %}
wherever I want it. However, that the template is rendered without the
title HTML included! I'm sure this must be easy but I'm probably
missing something.
What do I need to change to get this to work?
Thanks,
Larry
PS: I have already check
http://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#include
to no avail.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---