<%= @blog.title %> <%= @blog.url %> <%= @blog.description %> <%= @blog.language %> <%= @blog.author %> <%= rfc822 Time.now %> <% for post in @posts %> <%= post.title %> <%= post.category %> <%= strip_tags post.summary %> <%= @blog.author %> <%= @blog.url %><%= post_path post %> <%= rfc822 post.date %> <% end %>