mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
25 lines
262 B
HTML
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>
|