<%= insert_boxes(yield) %>
%= yield(:feeds) %> <%= noosfero_javascript %> <%= noosfero_stylesheets %> <%# Add custom tags/styles/etc via content_for %> <%= yield :head %> <%= @plugins.dispatch(:head_ending).collect do |content| content.respond_to?(:call) ? content.call : content end.join("\n") %>
<%= _("Go to the content") %> <%= @plugins.dispatch(:body_beginning).collect do |content| content.respond_to?(:call) ? content.call : content end.join("\n") %>