<%= render "layouts/decidim/application" do %>
<%= render partial: "layouts/decidim/question_header", locals: { question: current_participatory_space } %> <%= yield %>
<% if content_for? :expanded %>
<%= yield :expanded %>
<% end %> <%= javascript_include_tag "decidim/consultations/social_share" %> <%= stylesheet_link_tag "decidim/consultations/social_share" %> <% end %>