mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +00:00
test views
This commit is contained in:
21
views/new.html
Normal file
21
views/new.html
Normal 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>
|
@@ -1,3 +1,3 @@
|
||||
<button>
|
||||
Test
|
||||
|
||||
</button>
|
@@ -13,6 +13,8 @@
|
||||
<p>{{ body.p[1].check }}</p>
|
||||
</section>
|
||||
|
||||
{{? test }} oki {{/?}}
|
||||
|
||||
</body>
|
||||
|
||||
</doctype>
|
Reference in New Issue
Block a user