mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-06 15:37:58 +00:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
--TEST--
|
|
"include" function
|
|
--TEMPLATE--
|
|
{{ include("foo.twig") }}
|
|
--DATA--
|
|
return []
|
|
--EXCEPTION--
|
|
Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
|