<% user = 'Erubis' list = ['', 'b&b', '"ccc"'] %>

Hello <%= user %>!

<% list.each_with_index do |item, i| %> <% end %>
<%= i + 1 %> <%== item %>