public function __construct()
 {
     parent::__construct('1.0', 'utf-8', 'html');
     $this->alerts = new AlertStack();
 }