diff options
Diffstat (limited to 'tests/res/templates/syntaxerror.html')
-rw-r--r-- | tests/res/templates/syntaxerror.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/res/templates/syntaxerror.html b/tests/res/templates/syntaxerror.html new file mode 100644 index 0000000..f21b817 --- /dev/null +++ b/tests/res/templates/syntaxerror.html @@ -0,0 +1,4 @@ +Foo +{% for item in broken %} + ... +{% endif %} |