<% require 'siteutil' %> <%= url %> <%= atom_updated.to_datetime.rfc3339 %> <%= atom_published.to_datetime.rfc3339 %> <%= atom_title %> <%= atom_author.atom %> <% atom_categories.each do |c| %><%= c.atom %><% end %> <% if atom_content %><%= Sitegen::html_escape(atom_content) %><% end %> <% if atom_rights %><%= Sitegen::html_escape(atom_rights) %><% end %>