diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 03:32:07 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 03:32:07 +0100 |
| commit | d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8 (patch) | |
| tree | fd5d621b65b0c1cce55cb53bb8f8a649233dd5fb /test.html | |
| parent | cf57d609d10fa2ea9f690bcca6896b5926340e12 (diff) | |
| download | temper-d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8.tar.gz temper-d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8.tar.bz2 temper-d85e44552a1d59ad2f8a5539d8e7c0a42a3c56b8.zip | |
Changing to ejs method (imperative)
Diffstat (limited to 'test.html')
| -rw-r--r-- | test.html | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -1,13 +1,5 @@ -asdf -{% (string-upcase %} -<p> - bonjour - {% (subseq %} - foofoofoo - {% 3 6) %} - aurevoir -</p> - -{% ) %} - -yooooo +<ul> + <% (dotimes (n 10) %> + <li>test</li> + <% ) %> +</ul> |
