<%= title.upcase %>

<%= description.to_uppercase %>

<%= product.name %> <% for i in 5.times %> <%= i %> <% end %> <% if title.downcase == "hello" && 1 == 2 %>

<%= title %>

<% else %>

Not hello

<% end %>