6 lines
90 B
Text
6 lines
90 B
Text
<h1><%= @title %></h1>
|
|
<ul>
|
|
<% for item in @list %>
|
|
<li><%= item %></li>
|
|
<% end %>
|
|
</ul>
|