diff --git a/app/views/layouts/embed.rhtml b/app/views/layouts/embed.rhtml
index 64af825..c750346 100644
--- a/app/views/layouts/embed.rhtml
+++ b/app/views/layouts/embed.rhtml
@@ -3,21 +3,10 @@
Noosfero embed block
-
<%= noosfero_stylesheets %>
<%= noosfero_javascript %>
-
-
-
- <%=
- @plugins.dispatch(:body_beginning).collect do |content|
- content.respond_to?(:call) ? content.call : content
- end.join("\n")
- %>