<% tags = %w[before after] tags.each do |tag| %> <% if tags.first != tag %> | <% end %> <% notes = ['base url'] notes << 'cached' if cache.read_tags.include?(tag.to_sym) %> <%= tag %> (<%= notes.join(', ') %>): <%= eval(tag) %> <% end %>
<% results.each do |result| %> <% end %>
Before After Both Path Status
[before] [after] [both] <%= result.path %> <%= result.link %>