index
:
temper.git
master
Common Lisp template engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.html
blob: fc91990e8cb89f6bdbfceb8ae8a4f8f539c55776 (
plain
)
1
2
3
4
5
<ul>
<% (dotimes (n
10
)
%>
<li>
test
</li>
<% )
%>
</ul>