aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-08 03:32:07 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-08 03:32:07 +0100
commitd85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8 (patch)
treefd5d621b65b0c1cce55cb53bb8f8a649233dd5fb /test.html
parentcf57d609d10fa2ea9f690bcca6896b5926340e12 (diff)
downloadtemper-d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8.tar.gz
temper-d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8.tar.bz2
temper-d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8.zip
Changing to ejs method (imperative)
Diffstat (limited to 'test.html')
-rw-r--r--test.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/test.html b/test.html
index 55009bb..fc91990 100644
--- a/test.html
+++ b/test.html
@@ -1,13 +1,5 @@
-asdf
-{% (string-upcase %}
-<p>
- bonjour
- {% (subseq %}
- foofoofoo
- {% 3 6) %}
- aurevoir
-</p>
-
-{% ) %}
-
-yooooo
+<ul>
+ <% (dotimes (n 10) %>
+ <li>test</li>
+ <% ) %>
+</ul>