Here are
977 public repositories
matching this topic...
A very fast and expressive template engine.
-
Updated
Sep 14, 2020
-
Python
Yet Another Dotfiles Manager
-
Updated
Sep 9, 2020
-
Python
Generic templated configuration management for Kubernetes, Terraform and other things
-
Updated
Sep 6, 2020
-
Python
Type-safe, compiled Jinja-like templates for Rust
-
Updated
Sep 16, 2020
-
Rust
Save your dotfiles once, deploy them everywhere
-
Updated
Sep 15, 2020
-
Shell
Bootstrap 4 helper for Flask/Jinja2.
-
Updated
Sep 6, 2020
-
JavaScript
Infrastructure monitoring framework turning DevOps runbooks into automated actions
-
Updated
Sep 2, 2018
-
Python
A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.
-
Updated
Sep 5, 2020
-
Python
-
Updated
Feb 28, 2020
-
Python
-
Updated
Apr 24, 2020
-
Python
A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
-
Updated
Jul 25, 2020
-
Shell
Multi-purpose static web site generator aimed at developers.
-
Updated
Mar 6, 2020
-
Python
Jinja2 C++ (and for C++) almost full-conformance template engine implementation
Web Push Notification Package for Django
-
Updated
Aug 18, 2020
-
Python
A command-line tool to render Jinja templates for great good
-
Updated
Aug 23, 2020
-
Python
jinja2 template renderer for aiohttp.web
-
Updated
Sep 14, 2020
-
Python
基于DNSmasq的DNS解析、以及DHCP地址分配系统
-
Updated
Sep 30, 2017
-
HTML
Ops - cli wrapper for Terraform, Ansible, Helmfile and SSH for cloud automation
-
Updated
Jun 23, 2020
-
Python
Template designer for automation
🔥🐻 The Speakeasy Scripting Engine Which Combines Speed, Safety, and Simplicity
-
Updated
Jun 17, 2020
-
Rust
A ✨ functional, clean, responsive Pelican theme
-
Updated
Aug 21, 2020
-
HTML
🏮 A Jinja2 + YAML based config templater.
-
Updated
Aug 23, 2019
-
Python
My Home Assistant Configuration 🏡🏡
-
Updated
Sep 17, 2020
-
Python
Modules for event-driven network automation and orchestration using Salt
-
Updated
May 21, 2019
-
Python
基于Python Flask并支持Markdown语法的简易博客
An easy-to-use asynchronous web framework based on Radix Tree.
-
Updated
Sep 17, 2020
-
Python
Python hands-on training for network engineers. How to automate Junos with Python
-
Updated
Oct 18, 2018
-
Python
The freenode website, home to our blog, knowledge base and policies
Reta Esperanto-kurso laŭ la Zagreba Metodo
Improve this page
Add a description, image, and links to the
jinja2
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
jinja2
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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