mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +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