Fixed if statement for properties of objects

This commit is contained in:
nicco
2018-02-06 21:15:39 +01:00
parent 7f096099b1
commit 105834ae27
3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<ul>
{{* i in arr}}
<li>{{i}}</li>
<li>{{? i.test }} {{i}} {{/?}}</li>
{{/*}}
</ul>