mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-12-11 08:05:03 +00:00
Example Code
This commit is contained in:
@@ -6,11 +6,25 @@
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
{{# Ignore Me! #}}
|
||||
|
||||
<ul>
|
||||
{{* i in arr}}
|
||||
|
||||
{{? i.show }}
|
||||
<li>{{i.msg}}</li>
|
||||
<li>
|
||||
{{i.msg}}
|
||||
|
||||
{{? i.comments}}
|
||||
<ul>
|
||||
|
||||
{{* comment in i.comments}}
|
||||
<li>{{comment}}</li>
|
||||
{{/*}}
|
||||
|
||||
</ul>
|
||||
{{/?}}
|
||||
</li>
|
||||
{{/?}}
|
||||
|
||||
{{/*}}
|
||||
|
||||
Reference in New Issue
Block a user