Add examples and move tests to the tests/ folder
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
let items = ['Apple', 'Orange', 'Strawberry']
|
||||
|
||||
let list =
|
||||
<ul>
|
||||
\for item in items:
|
||||
<li>\{escape item}</li>
|
||||
</ul>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Fruit List</title>
|
||||
</head>
|
||||
<body>
|
||||
My list:
|
||||
\{list}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user