%= yield(:feeds) %> <% unless defined? MetadataPlugin and environment.enabled_plugins.include? 'MetadataPlugin' %> <% end %> <%= noosfero_javascript %> <%= noosfero_stylesheets %> <%# Add custom tags/styles/etc via content_for %> <%= yield :head %> <%= @plugins.dispatch(:head_ending).map do |content| if content.respond_to?(:call) then instance_exec(&content).to_s.html_safe else content.to_s.html_safe end end.join("\n") %>
<%= _("Go to the content") %> <%= @plugins.dispatch(:body_beginning).map do |content| if content.respond_to?(:call) then instance_exec(&content).to_s.html_safe else content.to_s.html_safe end end.join("\n") %>