Hi all, I'm migrating to Django from Ruby on Rails. In the template language for Django, I've been looking for something similar to RoR's render :partial but can't find anything. It allows you write a template for a snippet of code rather than an entire page. I found it very useful when I was displaying objects in several different pages, but wanted the look and layout to stay the same. Is there any way I can reproduce that sort of functionality?
I found someone who wrote their own: http://thesmilingpenguin.com/post/107743420/render-partial-in-django, but I would rather use the original functionality. Thanks! Abhik -- 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=.

