1 2 3 4 5 6
<h1><%= foo %> | <%= bar %></h1> <ul> <% (dotimes (n 10) %> <li><%= (+ n 4 5) %></li> <% ) %> </ul>