79752024

Date: 2025-08-31 21:28:21
Score: 0.5
Natty:
Report link

We can also use {% raw %} and {% endraw %} to ignore some files containing Jinja2 syntax. for example:

Assume we have a file called test.py that has some Jinja2 syntax, we can do this:

{% raw %}
# here is our test.py file
a = 2
{{ some syntax that can conflict with cookiecutter }}
b = 5
{% endraw %}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SdSaati