aboutsummaryrefslogtreecommitdiff
path: root/test.html
blob: fada913eccbb5a1793317df03cf8a98e669bf55a (plain)
1
2
3
4
5
6
<h1><%= foo %> | <%= bar %></h1>
<ul>
  <% (dotimes (n 10) %>
    <li><%= (+ n 4 5) %></li>
  <% ) %>
</ul>