<% _feed_title = feed_title %> <% _link = link %> <% _description = description %> <% _lang = lang %> <% _last_build_date = last_build_date %> <% _feed_link = feed_link %> <% _posts = posts %> <%= _feed_title %> <%= _link %> <%= _description %> <%= _lang %> <%= _last_build_date %> <% for post in _posts %> <%= post.title %> <%= post.href %> <%= post.updated_on %> <%= post.href %> ]]> <% end %>