cometa/test/views/mixed_1.html
2018-02-21 19:39:05 +01:00

25 lines
262 B
HTML

<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>