function is_external()
 {
     if ($this->type != 'custom') {
         return false;
     }
     return TimberHelper::is_external($this->url);
 }