aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
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>