#set( $url = "../continents.html")
#set( $url = $Util.prepURL("${url}","-"))
All Countries
:
$country.CountryName
$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