test views

This commit is contained in:
nicco 2018-02-06 19:59:44 +01:00
parent e559ab3f11
commit 15d1fd58cd
3 changed files with 24 additions and 1 deletions

21
views/new.html Normal file
View File

@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
</head>
<body>
<section>
a{{# kkk #}b {{#mhh}} #}}b {{test}} {{> sub/form }}
<h2>{{ title }}</h2>
<p>{{ body.p[1].check }}</p>
</section>
a{{? test }}b{{? !testa }}c{{/?}} {{? title }} {{? title }}e{{/?}} c{{/?}}d{{/?}}e
</body>
</html>

View File

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

View File

@ -13,6 +13,8 @@
<p>{{ body.p[1].check }}</p>
</section>
{{? test }} oki {{/?}}
</body>
</doctype>