cometa/views/test.html

20 lines
223 B
HTML
Raw Normal View History

2018-01-19 18:52:30 +01:00
<doctype html>
<head>
</head>
<body>
{{# asdfkjashdlkfjashdlkj #}}
<section>
2018-01-21 23:02:21 +01:00
{{> sub/form }}
2018-01-19 18:52:30 +01:00
<h2>{{ title }}</h2>
<p>{{ body.p[1].check }}</p>
</section>
2018-02-06 19:59:44 +01:00
{{? test }} oki {{/?}}
2018-01-19 18:52:30 +01:00
</body>
</doctype>