<% content_for :canonical do %> <%= render "shared/canonical", href: root_url %> <% end %>

<%= t("layouts.header.open_city_title") %>

<%= t("layouts.header.open_city_slogan_html") %>  <%= link_to t("layouts.header.more_info"), more_info_path %>

<%= link_to t("layouts.header.see_all"), proposals_path, class: "button see-more expanded" %>
<%= image_tag(image_path_for("icon_home.png"), size: "330x240", alt:"") %>
<% cache [locale_and_user_status, @featured_debates, @featured_proposals, 'featured'] do %>

<%= t("welcome.debates.title") %>

<%= t("welcome.debates.description") %>

<%= t("welcome.proposal.title") %>

<%= t("welcome.proposal.description") %>

<%= t("welcome.decide.title") %>

<%= t("welcome.decide.description") %>

<%= t("welcome.do.title") %>

<%= t("welcome.do.description") %>

<% end %>