<% provide :title, t("sdg.goals.help.title") %> <% content_for :canonical do %> <%= render "shared/canonical", href: sdg_help_url %> <% end %>

<%= t("sdg.goals.help.title") %>

<%= t("sdg.goals.help.description") %>

<% @goals.each do |goal| %>

<%= goal.code_and_title %>

<%= sanitize t("sdg.goals.goal_#{goal.code}.description") %>

<%= render SDG::Goals::TargetsComponent.new(goal) %>
<% end %>