I made own tags. Sometimes I want to "rendering" arguments (when arguments of the tag are Django-template-expressions). So, I use template.render() method. All is OK but it's look like this:
{% some_tag {{var}} %} but in built-in tags this is usually without {{..}}: {% builtin_tag var %} What is right style? If I render arguments in another way, I thing it will be less flexible: it will be impossible to create complex django- template-expressions... What is the best practice? -- /aquagnu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---