<%# app/views/shared/_city_ai_description.html.erb %> <% if city && city.get_description.present? %>

City Description

<%= city.get_description('en', false, true, true) %>

Generated by AI
<% end %>