Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64183 > unrolled thread

Templating engines that work very well with Python/Django

Started bySan D <sdawal@gmail.com>
First post2014-01-17 09:22 -0800
Last post2014-01-17 18:33 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Templating engines that work very well with Python/Django San D <sdawal@gmail.com> - 2014-01-17 09:22 -0800
    Re: Templating engines that work very well with Python/Django Marc Aymerich <glicerinu@gmail.com> - 2014-01-17 18:33 +0100

#64183 — Templating engines that work very well with Python/Django

FromSan D <sdawal@gmail.com>
Date2014-01-17 09:22 -0800
SubjectTemplating engines that work very well with Python/Django
Message-ID<ada487f3-aaee-4770-b8a4-36fcb436a818@googlegroups.com>
Can someone suggest a few templating engines that work really well with Django and help in coding efficiency?

Where can I fin comparison of tempating engines I can find to know their pros and cons?

Thanks.

[toc] | [next] | [standalone]


#64185

FromMarc Aymerich <glicerinu@gmail.com>
Date2014-01-17 18:33 +0100
Message-ID<mailman.5651.1389980064.18130.python-list@python.org>
In reply to#64183
On Fri, Jan 17, 2014 at 6:22 PM, San D <sdawal@gmail.com> wrote:
> Can someone suggest a few templating engines that work really well with Django and help in coding efficiency?
>
> Where can I fin comparison of tempating engines I can find to know their pros and cons?

I believe the most widely used template engine in Django is "The
Django template language" itself :)

https://docs.djangoproject.com/en/dev/topics/templates/

However the cool kids are always talking about switching to jinja2, a
simple google search like

jinja2 django

could be a good starting point for finding good comparatives between both.

-- 
Marc

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web