File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments