<!DOCTYPE html>
<html>
<body>
    <% text.each do |t| %>
        <p><%= t %></p>
    <% end %>
</body>
</html>