I have an object that I display on multiple pages. Initially I created
a little template .html file for it, and I simply

{% include 'my_object.hml' %}

every where I need it.

I have since discovered inclusion tags. Would it be better, worse, or
just different to do this instead?

{% load my_tags %}
..
..
{% display_my_object obj %}


Thanks.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to