diff options
Diffstat (limited to 'testing/templates/else.html')
-rw-r--r-- | testing/templates/else.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/else.html b/testing/templates/else.html new file mode 100644 index 0000000..16255c8 --- /dev/null +++ b/testing/templates/else.html @@ -0,0 +1 @@ +{% if cond %}true{% else %}false{% endif %} |