<%= t("cities.title") %>
<%= t("arts.subtitle") %>
<% if featured_art %>
<%= t("text.latest_from") %>
<%= featured_art.city.name %>,
<%= featured_art.city.country.localized_name %>
•
<%= featured_art.formatted_time(:date) %>
<% end %>
<%= render 'cities/search_city' %>