viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

fix: Cleanly collect renders from Python module #1230

Closed phorward closed 3 weeks ago

phorward commented 1 month ago

This is still a hack, but it doesn't map any declared symbols like jinja global functions or imported stuff into the renderers-map as before.

phorward commented 1 month ago

Relates to #1229