aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-09 00:25:28 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-09 00:25:28 +0100
commit92375a78f43d5f62c3036b00a79f78200714e672 (patch)
tree201a8db19603718331a07bc2df48c1b6eba13d84 /test.html
parent21437030c5610a11c5d0664e114fe41b0896735c (diff)
downloadtemper-92375a78f43d5f62c3036b00a79f78200714e672.tar.gz
temper-92375a78f43d5f62c3036b00a79f78200714e672.tar.bz2
temper-92375a78f43d5f62c3036b00a79f78200714e672.zip
Added code interpolation
Diffstat (limited to 'test.html')
-rw-r--r--test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.html b/test.html
index fc91990..097ad56 100644
--- a/test.html
+++ b/test.html
@@ -1,5 +1,5 @@
<ul>
<% (dotimes (n 10) %>
- <li>test</li>
+ <li><%= (+ n 4 5) %></li>
<% ) %>
</ul>