%= csrf_meta_tags %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<% if content_for(:header) == "false" %>
<% elsif content_for?(:header) %>
<%= content_for(:header) %>
<% else %>
<%= link_to translated_attribute(current_participatory_space.title), resource_locator(current_participatory_space).path, target: "_blank" %>
<% end %>
<%= render partial: "layouts/decidim/logo", locals: { organization: current_organization } %>
<%= javascript_include_tag "decidim/widget" %>
<%= render partial: "layouts/decidim/js_configuration" %>