Re: Multiple copies of a Block in my Template

2006-08-12 Thread Siah
Thanks you guys. Sia --~--~-~--~~~---~--~~ 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

Re: Multiple copies of a Block in my Template

2006-07-31 Thread limodou
On 8/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Have you looked at template tags? > > Chris Maybe you should see the catchtag that I written to see if it suit for you. http://code.djangoproject.com/wiki/CatchTag -- I like python! My Blog: http://www.donews.net/limodou My Django

Re: Multiple copies of a Block in my Template

2006-07-31 Thread [EMAIL PROTECTED]
Have you looked at template tags? Chris --~--~-~--~~~---~--~~ 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

Multiple copies of a Block in my Template

2006-07-31 Thread Siah
I can think of instances where you would need multiple copies of a given block. For instance, I am want to show a page counter (Page 1, (2), 3, 4, 5, 6) both on top and bottom of my page. I had to use the {% include %} tag twice to load it. Except, I realized I want my template for both standard