diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-09 00:25:28 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-09 00:25:28 +0100 |
| commit | 92375a78f43d5f62c3036b00a79f78200714e672 (patch) | |
| tree | 201a8db19603718331a07bc2df48c1b6eba13d84 /test.html | |
| parent | 21437030c5610a11c5d0664e114fe41b0896735c (diff) | |
| download | temper-92375a78f43d5f62c3036b00a79f78200714e672.tar.gz temper-92375a78f43d5f62c3036b00a79f78200714e672.tar.bz2 temper-92375a78f43d5f62c3036b00a79f78200714e672.zip | |
Added code interpolation
Diffstat (limited to 'test.html')
| -rw-r--r-- | test.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <ul> <% (dotimes (n 10) %> - <li>test</li> + <li><%= (+ n 4 5) %></li> <% ) %> </ul> |
