-
Updated
Oct 22, 2020 - Python
jinja2
Here are 1,012 public repositories matching this topic...
-
Updated
Oct 25, 2020 - Python
-
Updated
Oct 26, 2020 - Python
-
Updated
Oct 26, 2020 - Rust
-
Updated
Oct 26, 2020 - Shell
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Sep 2, 2018 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Jul 25, 2020 - Shell
-
Updated
Mar 6, 2020 - Python
-
Updated
Jul 23, 2020 - C++
-
Updated
Aug 18, 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
Oct 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