-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
The include() functions is equivalent to the include tag. It breaks twig.js with "Cannot call method 'replace' of undefined."
Example:
{{ include('template.html', {foo: 'bar'}, with_context = false) }}
{% include 'template.html' with {'foo': 'bar'} only %}
http://twig.sensiolabs.org/doc/functions/include.html
edit following #392 (comment): I don't recall why this was closed. reopening
ribeirobreno and leanneyee