1The issue tracker is a tool to address bugs in Jinja itself.
2Please use the #pocoo IRC channel on freenode or Stack Overflow for general
3questions about using Jinja or issues not related to Jinja.
4
5If you'd like to report a bug in Jinja, fill out the template below and provide
6any extra information that may be useful / related to your problem.
7Ideally, you create an [MCVE](http://stackoverflow.com/help/mcve) reproducing
8the problem before opening an issue to ensure it's not caused by something in
9your code.
10
11---
12
13## Expected Behavior
14Tell us what should happen
15
16## Actual Behavior
17Tell us what happens instead
18
19## Template Code
20```jinja
21Paste the template code (ideally a minimal example) that causes the issue
22
23```
24
25## Full Traceback
26```pytb
27Paste the full traceback in case there is an exception
28
29```
30
31## Your Environment
32* Python version:
33* Jinja version:
34