You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django Engine now automatically replaces Django's standard template loaders with includecontents custom loaders, ensuring compatibility with third-party packages like django-template-partials while preserving custom Template class functionality and enhanced error messages.
Bugfixes
Fixed Jinja2 props with undefined variables rendering as literal {{ var }} instead of empty strings.
Misc
Internal refactoring: moved PropDefinition class to shared module for better code reuse between template engines.