sponsfreixes / jinja2-fragments

Render Jinja2 template block as HTML page fragments on Python web frameworks.
MIT License
253 stars 15 forks source link

FastAPI/Starlette decprecation warning #35

Open fzumstein opened 1 month ago

fzumstein commented 1 month ago

When using FastAPI/Starlette, you get this warning:

starlette/templating.py:92: DeprecationWarning: Extra environment options are deprecated. Use a preconfigured jinja2.Environment instead.
sponsfreixes commented 3 weeks ago

Thanks for reporting it!