diff options
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> |
