<%= @weather_art.city.full_name %> Weather Art
<%= @weather_art.weather_date.strftime("%B %d, %Y") %>
<%= @weather_art.weather_date.strftime("%H:%M") %>
<%= weather_description_icon(@weather_art.description) %>
<%= @weather_art.description %>
<%= render 'weather_stats', weather_art: @weather_art %>