%# NOTE: the structure of this file is the same as: decidim-core/app/views/layouts/decidim/shared/_layout_user_profile.html.erb %>
<%= render layout:"layouts/decidim/shared/layout_center", locals: { columns: 10 } do %>
<%= title %>
<%= description %>
<%= cell "decidim/tos_page", :announcement %>
<%= translated_attribute page.title %>
<% page_content_blocks.each do |content_block| %>
<%= cell content_block.manifest.cell, content_block %>
<% end %>
<%= decidim_sanitize_editor_admin translated_attribute page.content %>