mirror of
https://github.com/cupcakearmy/cometa.git
synced 2026-05-25 21:55:26 +00:00
Test views
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<div>{{# test #}}</div>
|
||||
@@ -0,0 +1,22 @@
|
||||
<div>{{# test{{# askdfjh
|
||||
<a href="dsf
|
||||
asd
|
||||
f
|
||||
asd
|
||||
f
|
||||
sad
|
||||
f
|
||||
ads
|
||||
f
|
||||
ad
|
||||
fa
|
||||
dsf"></a>
|
||||
|
||||
ads
|
||||
f
|
||||
f
|
||||
sdf
|
||||
s
|
||||
|
||||
|
||||
#}}</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
{{? myVar }}
|
||||
<span>Result: {{ myVar }}</span>
|
||||
{{/?}}
|
||||
@@ -0,0 +1,5 @@
|
||||
<ul>
|
||||
{{* link in links}}
|
||||
<li id="{{link.id}}">{{ link.name }}</li>
|
||||
{{/*}}
|
||||
</ul>
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
{{myVar}}
|
||||
@@ -0,0 +1 @@
|
||||
{{obj[0].title}}
|
||||
Reference in New Issue
Block a user