syrusakbary / pyjade

Jade template system for Django, Jinja2 and Mako
MIT License
699 stars 122 forks source link

Update jinja.py #292

Closed mateucs9 closed 2 years ago

mateucs9 commented 2 years ago

When I was trying to use this library, I was getting import error here "ImportError: cannot import name 'Markup' from 'jinja2'". After changing to jinja2.utils, it works well.