Jinja or django template engine? #3652
Answered
by
matmair
Weissnix4711
asked this question in
Q&A
-
Hi, Which templating engine is used for labels? The docs would suggest Jinja. However, after I tried using recursive for loops, a feature which django does not to my knowledge have, but jinja does, I looked at the produced error in the admin section: Could someone clarify what is going on here? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
matmair
Sep 6, 2022
Replies: 1 comment 1 reply
-
@Weissnix4711 Not sure why it says jinja. Weasyprint is using Django's templating engine - I will fix the docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SchrodingersGat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Weissnix4711 Not sure why it says jinja. Weasyprint is using Django's templating engine - I will fix the docs.