Thanks for the help.

I'm using Python 2.5 and Django Template 1.1

I can't seem to move up the directory tree for inserting of html files
using  {% include file %} statement

Sample dir structure:

-------/lib/Top.html
-------/lib/
root/
-------/main/
-------/main/include/HomeLogo.html
-------/main/HOME.html

Inside HOME.html I can use {% include "/include/HomeLogo.html" %} =
Works just fine to any where up the tree.

BUT

I can not find a way to include the top.html file in home.html.
I tried {% include "/lib/Top.html" %}, {% include "lib/Top.html" %} ,
{% include "../lib/Top.html" %}, {% include "./lib/Top.html" %}
can not find a way to insert the html in.

Thanks again.




-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to