sponsfreixes / jinja2-fragments

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

Fix dictionary access #33

Closed gconklin closed 4 months ago

gconklin commented 4 months ago

Fixes #32

The PR #30 created a regression of accessing dictionary .items() (and likely any object.attribute)

This fix passes the variables when building the module.