Re: HTML Frames and Django Template include

2010-07-06 Thread thusjanthan
Hi, You can definitely have HTML frames. All you need to do is write a base.html file that looks exactly the way you want statically and in the part where you want your django apps to put content in you can do the following in the base.html: {% block content %}{% endblock %} Suppose the div ma

HTML Frames and Django Template include

2010-07-06 Thread NoviceSortOf
I would like to use html frames in Django but my initial experiements with it have not worked out. * Is there anyway to combine HTML frames into a Django template {% include t? * I definitely need Django Context on the right side of the frame, the left side is strictly navigational and of st