Hello,

While looking at the Lost Theories source code (thanks Jeff Croft!) I
saw he's using what looks like a real handy library called "taglib".
I can't find taglib and it may well be a personal library.

But one use case caught my eye:

In theories/theory_list.html he's defining a "paginator" block at the
top with prev/next links and calls that block above and below the
resulting list, so in effect, defining a block to use twice.

That seems handy.

I haven't tried it yet but I suppose you could create a paginator.html
file and include it twice in your template, but defining it in-
template saves a couple file system calls and seems useful if that's
the only place you'll be using that.

-Rob


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

Reply via email to