#set( $filename = "continents.html")
All Continents and Countries with Hotels
#foreach( $continent in $continents )
$continent.Name
|
#foreach( $country in $countrya.getContinent($continent.Code) )
#set( $url = "country/${country.CountryCode}.html")
#set( $url = $Util.prepURL("${url}","-"))
$country.CountryName
|
#end
#end