dja
dja copied to clipboard
Django template engine ported to PHP
Results
1
dja issues
Sort by
recently updated
recently updated
newest added
Fixed: some strings and arrays in the context can break the template rendering due to PHP callables
1
PHP can recognize an array or a string as a callable, causing unwanted changes to the template rendering process. Example: ``` $template = new Template('Hello, {{ username }}!'); $context =...
enhancement