##Add safe URLS
#set($alist = ["furious-gaming.com", "google.com"])
#set($nofollow = 1)
#foreach($item in $alist)
#if($DEFAULT)
#if($DEFAULT.contains($item))
#set($nofollow = 0)
#end
#else
#if($INNERTEXT.contains($item))
#set($nofollow = 0)
#end
#end
#end
#if( $DEFAULT )
$INNERTEXT
#else
$INNERTEXT
#end