<% #Expected Passed-in Parameters Below comment_list=comment_list # an array of {'who'=>?, 'text'=>?, 'date'=>?, 'highlight'=>?} %>
<% comment_list.each do |c| %> <%=erb :post, :locals => {:who=>c[:who], :text=>c[:text], :date=>c[:date], :highlight=>c[:highlight]} %> <% end %>