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: 097ad56de2c6333b0ca4dc143a14ddecd9b46764 (
plain
)
1
2
3
4
5
<ul>
<% (dotimes (n
10
)
%>
<li>
<%= (+ n
4 5
)
%>
</li>
<% )
%>
</ul>