-
Updated
Nov 23, 2020 - Python
jinja2
Here are 1,033 public repositories matching this topic...
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 27, 2020 - Python
-
Updated
Nov 21, 2020 - Rust
-
Updated
Nov 26, 2020 - Shell
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Sep 2, 2018 - Python
-
Updated
Nov 22, 2020 - Python
-
Updated
Jul 25, 2020 - Shell
-
Updated
Mar 6, 2020 - Python
-
Updated
Nov 5, 2020 - C++
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Aug 19, 2020 - CSS
Blake3 bindings
-
Updated
Aug 21, 2020 - HTML
-
Updated
Nov 26, 2020 - Python
Improve this page
Add a description, image, and links to the jinja2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jinja2 topic, visit your repo's landing page and select "manage topics."


When rendering with an invalid template that refers to an
Objectinstead of strings/integers/bools/arrays, the rendering silent fails by rendering "[object]", due to:https://github.com/Keats/tera/blob/b91a985951fccf6896c7192ea7c78ba64608bb62/src/context.rs#L119
(by the way, this could be
Cow::Borrowed)This is does not match the rust philosophy of being explicit and quickly failing so