mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-05 20:40:39 +00:00
Test views
This commit is contained in:
25
test/views/mixed_1.html
Normal file
25
test/views/mixed_1.html
Normal 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>
|
Reference in New Issue
Block a user