Skip to content

Commit 463529e

Browse files
committed
new jinja resource
1 parent c808d0f commit 463529e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/pages/04-web-development/12-jinja2.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,16 @@ open source project author from having to reinvent a new templating style.
9090
* When you use Jinja2 for long enough, eventually you'll want to escape
9191
large blocks of Jinja2-like text in your templates. To do so, you'll
9292
need the ["raw" template tag](http://stackoverflow.com/questions/25359898/escape-jinja2-syntax-in-a-jinja2-template).
93+
94+
* [Python Templating Performance Showdown: Django vs Jinja](https://blog.sendwithus.com/python-templating-performance-showdown-django-vs-jinja/)
95+
puts together some benchmarks for how
96+
[Django templates](/django-templates.html) compare with Jinja templates.
97+
The usual benchmarking caveats apply here but there are some interesting
98+
tests that examine how the template engines handle large numbers of
99+
variables and other factors.
100+
101+
* [Universal Jinja](https://whatisjasongoldstein.com/writing/universal-jinja/)
102+
presents a high-level overview of what you could do using the Jinja-like
103+
[Nunchuks library](https://mozilla.github.io/nunjucks/) to perform
104+
server-side template rendering for Django applications.
105+

0 commit comments

Comments
 (0)