mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +00:00
Express Example
This commit is contained in:
21
examples/express/views/index.html
Normal file
21
examples/express/views/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
|
||||
<html>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
<ul>
|
||||
{{* i in arr}}
|
||||
|
||||
{{? i.show }}
|
||||
<li>{{i.msg}}</li>
|
||||
{{/?}}
|
||||
|
||||
{{/*}}
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user