Files
dreamii/src
retoor f450f40179 feat: expose request and context globals in jinja2 env and fix PythonExtension init
- Add request and context to jinja2_env.globals in TemplateView for template access
- Fix PythonExtension.__init__ to store environment as instance attribute instead of SimpleNamespace
- Remove unused SimpleNamespace import and commented-out context assignment
- Retrieve request and context from environment globals in _to_html method
2025-02-09 23:28:57 +00:00
..