Re: Default items in a template

2009-04-06 Thread Briel
If the links are static, you could just hardcode them into the base template. That would probably be a bit faster to do, but not as flexible as a tag would be. ~Jakob On Apr 6, 7:38 pm, Alex Gaynor wrote: > On Mon, Apr 6, 2009 at 11:54 AM, koranthala wrote: > > > Hi, > >    I have many pages i

Re: Default items in a template

2009-04-06 Thread Alex Gaynor
On Mon, Apr 6, 2009 at 11:54 AM, koranthala wrote: > > Hi, >I have many pages in my website - and all have the same default > header and side bars. The header and sidebar contains ~15 links which > are constant every time. While rendering templates for these pages, I > always have to send all

Default items in a template

2009-04-06 Thread koranthala
Hi, I have many pages in my website - and all have the same default header and side bars. The header and sidebar contains ~15 links which are constant every time. While rendering templates for these pages, I always have to send all these links in the context. Since it is unseemly, I am plannin