public function __construct(\Content $content)
 {
     parent::__construct($content);
     $this->content = $content;
 }
 public function __construct(\Template $content)
 {
     parent::__construct($content);
     $this->content = $content;
 }