Test views

This commit is contained in:
nicco
2018-02-21 19:39:05 +01:00
parent 80c1a8127c
commit 5c06c17b95
8 changed files with 58 additions and 0 deletions

3
test/views/if_1.html Normal file
View File

@@ -0,0 +1,3 @@
{{? myVar }}
<span>Result: {{ myVar }}</span>
{{/?}}