diff options
Diffstat (limited to 'tests/template/templates/twig.html')
-rw-r--r-- | tests/template/templates/twig.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/template/templates/twig.html b/tests/template/templates/twig.html new file mode 100644 index 0000000000..17b94ad8d4 --- /dev/null +++ b/tests/template/templates/twig.html @@ -0,0 +1,6 @@ +<!-- EXTENDS "twig_parent.html" --> + +<!-- BLOCK overwritten --> +3{VARIABLE|upper}|{VARIABLE|lower} +<!-- ENDBLOCK --> + |