Files
2019-06-30 14:56:12 +02:00

11 lines
170 B
Plaintext

--TEST--
"include" function is safe for auto-escaping
--TEMPLATE--
{{ include("foo.twig") }}
--TEMPLATE(foo.twig)--
<p>Test</p>
--DATA--
return []
--EXPECT--
<p>Test</p>