sponsfreixes / jinja2-fragments

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

Fix dictionary access #33

Closed gconklin closed 2 months ago

gconklin commented 2 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.