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