-
After installing v1.0.1 via PyPI, `file_hash -h` and any command returns this error:
>jinja2.exceptions.TemplateNotFound: report.html
As in:
>>>Traceback (most recent call last):
File "_[local…
-
We're starting to do pretty awful hacky things with the templates right now, and I'm starting to feel that continuing to invest in the default Django templates isn't worth it. For instance, #104 requi…
-
When using the following `pyproject.toml` file:
```TOML
[project]
name = "torchissue"
version = "0.1.0"
dependencies = ["torch"]
[tool.uv.sources]
torch = { index = "pytorch" }
[[tool.uv…
-
We MUST add support for any other sane templater , but not Cheetah.
Cheetah is a braindead dream of some idiot who doesn't care about users and likes them to bleed to death before they find a solu…
-
Given the following example:
~~~~
## base.txt
{% block block_in_base %}
block_in_base: from base!
{% endblock %}
{% include "partial.txt" %}
~~~~
~~~~
## partial.txt
{% block block_in_…
-
## Description
We are still using Jinja2 v6.x, and the API of Jinjga2 in the later versions.
## Possible Solution
Update the API of Jinja2 we are currently using.
## Related Issue
If applicab…
-
Because the Jinja2 template / Scenario go through multiple steps of pre-processing, some scenarios using standard Jinja2 functionality breaks while it shouldn't.
```python
# Does work: variables and…
-
## Description
It would be great for longclaw's template tags to support usage within Jinja2. Would love to see this implemented, and I could potentially help at some point if there is a desire from …
-
I'd love to be able to have Python front matter on a base template.
-
Remove all ruby-related dependencies.