<%= @item_title %>
 
<% @items.each do |item| %>
<%= item.keyword %> <%= item.value %>
<%= h( item.location ) %>
<%= "" %><%= h format_lines(item) %>
<%= "" %><%= html_syntax_highlight item.source %>
<% if item.steps && !item.steps.empty? %> <% item.steps.each_with_index do |step,step_index| %>
<%= step.keyword %> <%= link_transformed_step(step) %>
<% end %> <% else %> No steps were found to match this <%= @item_type %>. <% end%>
<% end %>