mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-05 20:40:39 +00:00
Deleted old views
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#title#
|
||||
#message#
|
@@ -1,5 +0,0 @@
|
||||
<ul>
|
||||
{{* i in arr}}
|
||||
<li>{{? i.test }} {{i}} {{/?}}</li>
|
||||
{{/*}} {{# some comment #}} {{myVar}}
|
||||
</ul>
|
@@ -1,3 +0,0 @@
|
||||
<button>
|
||||
|
||||
</button>
|
@@ -1 +0,0 @@
|
||||
<input type="text"> {{> sub/button}}
|
@@ -1,20 +0,0 @@
|
||||
<doctype html>
|
||||
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{{# asdfkjashdlkfjashdlkj #}}
|
||||
<section>
|
||||
{{> sub/form }}
|
||||
<h2>{{ title }}</h2>
|
||||
<p>{{ body.p[1].check }}</p>
|
||||
</section>
|
||||
|
||||
{{? test }} oki {{/?}}
|
||||
|
||||
</body>
|
||||
|
||||
</doctype>
|
Reference in New Issue
Block a user