aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-09 01:48:36 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-09 01:48:36 +0100
commitfc9c7130b08ebc7ad4dbd0f16040251089c11f33 (patch)
tree378eced3746a30f2ad5a0acc312c796cab17d8bb /test.html
parent92375a78f43d5f62c3036b00a79f78200714e672 (diff)
downloadtemper-fc9c7130b08ebc7ad4dbd0f16040251089c11f33.tar.gz
temper-fc9c7130b08ebc7ad4dbd0f16040251089c11f33.tar.bz2
temper-fc9c7130b08ebc7ad4dbd0f16040251089c11f33.zip
Added injection of variable in scope
Diffstat (limited to 'test.html')
-rw-r--r--test.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.html b/test.html
index 097ad56..fada913 100644
--- a/test.html
+++ b/test.html
@@ -1,3 +1,4 @@
+<h1><%= foo %> | <%= bar %></h1>
<ul>
<% (dotimes (n 10) %>
<li><%= (+ n 4 5) %></li>