dja icon indicating copy to clipboard operation
dja copied to clipboard

Django template engine ported to PHP

Results 1 dja issues
Sort by recently updated
recently updated
newest added

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