<%= title %>
<% unless author.blank? %>
by <%= author %>
<% end %> <% if last_update %>
Last updated: <%= last_update.strftime('%e %B %Y') %>
<% end %>
<% sorted_clippings.each do |clipping| %> <% unless clipping.text.blank? %>
<%= ERB::Util.html_escape(clipping.text) %>
<% end %> <% end %>