mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 22:37:28 +00:00
21 lines
283 B
HTML
21 lines
283 B
HTML
<!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> |