<% lang = SiteSetting.find_by_name('default_locale').try(:value) %> <% site_email = SiteSetting.find_by_name('contact_email').try(:value) %> <%= @title %> <%= @link %> <%= @description %> <% @posts.each do |post| %> <% next unless post.user %> <%= post.topic.title %> ]]> ]]> <%= Discourse.base_url + post.url %> <%= post.created_at.rfc2822 %> <%= Discourse.current_hostname %>-post-<%= post.id %> <% end %>