Deleted old views

This commit is contained in:
nicco 2018-02-07 11:57:08 +01:00
parent d11be12aa6
commit c439643dc1
5 changed files with 0 additions and 31 deletions

View File

@ -1,2 +0,0 @@
#title#
#message#

View File

@ -1,5 +0,0 @@
<ul>
{{* i in arr}}
<li>{{? i.test }} {{i}} {{/?}}</li>
{{/*}} {{# some comment #}} {{myVar}}
</ul>

View File

@ -1,3 +0,0 @@
<button>
</button>

View File

@ -1 +0,0 @@
<input type="text"> {{> sub/button}}

View File

@ -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>