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

25
test/views/mixed_1.html Normal file
View File

@@ -0,0 +1,25 @@
<h1>{{title}}</h1>
{{# Ignore Me! #}}
<ul>
{{* i in arr}}
{{? i.show }}
<li>
{{i.msg}}
{{? i.comments}}
<ul>
{{* comment in i.comments}}
<li>{{comment}}</li>
{{/*}}
</ul>
{{/?}}
</li>
{{/?}}
{{/*}}
</ul>