There is also "with" tag, it may be useful for such thing 2009/11/15 apramanik <[email protected]>
> Awesome! Thanks for the clarification. > > Abhik > > On Nov 15, 10:48 am, Dennis Kaarsemaker <[email protected]> > wrote: > > On zo, 2009-11-15 at 10:08 -0800, apramanik wrote: > > > > > Sure in most cases, but is there a way to fake setting the context of > > > the included template? If I'm iterating over a set of comments and > > > include "comment.html", can I specify which comment to render? > > > > {% for comment in comments %} > > {% include "comment.html" %} > > {% endfor %} > > > > In comment.html, the variable named comment refers to the comment > > currently being processed :) > > > > -- > > Dennis K. > > > > The universe tends towards maximum irony. Don't push it. > > -- > > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=. > > > -- regards, Mihail -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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=.

