On Friday, February 28, 2014 4:16:58 PM UTC+1, Scott Anderson wrote: > > Well, things like Twig are based on Django templates. We're currently > migrating from PHP to Django, and if something like Django-PHP made that > easier I would most definitely use it. > > To be honest I wish there were a Twig-like solution for Django. We're > going to try adding the missing tags to the Django template system to match > what we're using in Twig. > > -scott >
You should give Jinja and projects like django-jinja a look then. They are exactly what you want: Twig like template system for Django. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ca1fec71-ebaf-43f1-9908-5023f86769d6%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

