#set( $filename = "country/${countryIn}.html") #set( $filename = $Util.prepURL("${filename}","-")) $country.CountryName cities with hotels

$country.CountryName

#foreach( $city in $citya.getCountry($countryIn) ) #set( $url = "../hotels/${city.CountryCode} ${city.StateProvince} ${city.City}.html") #set( $url = $Util.prepURL("${url}","-")) $city.City
#end