<% 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 %>
Before
After
Both
Path
Status
<% results.each do |result| %>
[before]
[after]
[both]
<%= result.path %>
<%= result.link %>
<% end %>