brick('announcement');
$this->brick('pageTemplate');
if ($this->inputbox):
$this->brick(...$this->inputbox); // $templateName, [$templateVars]
elseif ($this->confirm):
$this->localizedBrick('confirm-delete-account');
else:
$this->localizedBrick('delete-account');
endif;
?>