<% (let ( (ht (car args)) (ls (cadr args))) %> title:
<%= (hash-table-get ht "title") %> list:
<% (for-each (lambda (x) %>
<%= x %>
<% ) ls)%>
<% ) %>