<%= yield(:feeds) %> <% if @page %> <% @page.body_images_paths.each do |img| %> <% end %> <% 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).html_safe else content.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).html_safe else content.html_safe end end.join("\n") %>
<%= theme_header %>
<%= render :partial => 'layouts/user' %>

<%= theme_site_title %>

<%= insert_boxes(yield) %>
<%= render_environment_features(:logged_in) %> <%= noosfero_layout_features %> <%= theme_javascript_ng %> <%= addthis_javascript %> <%= @plugins.dispatch(:body_ending).map do |content| if content.respond_to?(:call) then instance_exec(&content).html_safe else content.html_safe end end.join("\n") %>