diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-09 01:48:36 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-09 01:48:36 +0100 |
| commit | fc9c7130b08ebc7ad4dbd0f16040251089c11f33 (patch) | |
| tree | 378eced3746a30f2ad5a0acc312c796cab17d8bb /test.html | |
| parent | 92375a78f43d5f62c3036b00a79f78200714e672 (diff) | |
| download | temper-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.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +<h1><%= foo %> | <%= bar %></h1> <ul> <% (dotimes (n 10) %> <li><%= (+ n 4 5) %></li> |
