<%= link_to t("layouts.header.open_gov"), root_path %>

<%= sanitize(t("layouts.footer.description", open_source: link_to(t("layouts.footer.open_source"), t("layouts.footer.open_source_url"), target: "blank", rel: "nofollow"), consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank", rel: "nofollow"))) %>

<%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>

<%= t("layouts.footer.participation_text") %>

<%= t("layouts.footer.copyright", year: Time.current.year) %> |
  • <%= link_to t("layouts.footer.privacy"), page_path("privacy") %> |
  • <%= link_to t("layouts.footer.conditions"), page_path("conditions") %> |
  • <%= link_to t("layouts.footer.accessibility"), page_path("accessibility") %>
<%= render Layout::SocialComponent.new %>