jinja2
Here are 898 public repositories matching this topic...
This issue is about
- Man pages or command-line usage
- Website documentation
- Packaging
- Other
Describe the issue
The use of /etc/os-release for determining DISTRO is missing from the yadm.io website.
When rendering with an invalid template that refers to an Object instead 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
Describe the bug/feature
I would like kapitan to output unindented sequences.
At the moment it generates
mylist:
- item1
- item2
and I want
mylist:
- item1
- item2The current behaviour seems deliberate (https://github.com/deepmind/kapitan/blob/25f4ebaca159a748e44683a45875e74be73c1570/kapitan/utils.py#L163-L170 ) but I would like to be able to deactivate
-
Updated
Jun 19, 2020 - Shell
-
Updated
Sep 2, 2018 - Python
This isn't really urgent as there is a workaround, but linking language versions with <link rel="hreflang"> elements is not really easy with Grow because of the "virtually translated documents".
What I mean is: you don't have a certain document in a specific language but it is still generated in that language (and maybe with the translated interface texts) but you probably don't want to inde
Not enough samples
The samples directory is a bit small.
For instance, it could use some shell scripts.
Even a hardcore shell scripter sometimes wants an example.
This should only be done after #19 is resolved, since it is only at that point that cookie can be considered a true alternative to cookiecutter.
Statik's docs are going to quickly become out of date. We need to rather incorporate the documentation into the getstatik.com site (ideally as a Statik web site as well
Typos, grammar and spelling need to be fixed in the README.md file.
Please, make PRs on this issue with [skip ci] prefix in name
Yasha is heavily based on Pallets Projects (Jinja2 and Click). I have also seen that there is (some) need for the Yasha kind of tool among the users of Jinja2. Thus, it would be nice to have the project listed in Pallets. Before making a proposal, make sure that at least the following requirements are met.
- Configuration, https://github.com/pallets/meta/i
-
Updated
Jun 7, 2020 - Python
-
Updated
Oct 22, 2019 - CSS
in addition to torchbear.settings.var make app-name.settings.var available. get app-name from app's torchbear.scl
so app's code base should have torchbear.scl
and user app should have app-name.scl
I guess, app level settings are optional and up to user to use
-
Updated
Feb 9, 2020 - HTML
-
Updated
Jun 19, 2020 - OCaml
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."

Since Python 3.7
dictsmust preserve insertion order in all implementations (in Python 3.6 it was only an implementation detail in CPython). Thus I think it would make sense to state this in the loop section of the docs which currently states the following: