Express Example

This commit is contained in:
nicco
2018-02-07 11:57:20 +01:00
parent c439643dc1
commit 7383bf15bb
2 changed files with 29 additions and 7 deletions

View 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>