Hi, I'm looking at various python web frameworks, primarily looking for something to handle the presentation layer right now, and I heard some things about django.
I looked at django's templating langauge and some other python templating languages. I'm most familiar with XML based templating languages like jsp and asp .net use. In those languages I can come up with a custom tag, say <my_widgets:calendar/>, put it in a tag library, and then reuse that widget anywhere. How would a similar thing be accomplished with django's templating language? Is there some mechanism for creating reusable gui components? What about other python web framework templating languages? Also, is the django templating library purely declarative, or are there imperative elements? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---