RHTML is a template language created in 2004.
#1189on PLDB | 20Years Old | 0Repos |
RHTML is HTML mixed with Ruby, using HTML tags. All of Ruby is available for programming along with HTML.
<ul>
<% @products.each do |p| %>
<li><%= @p.name %></li>
<% end %>
</ul>