Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
[% WRAPPER layout.tt title=(httpStatus ? httpStatus : "Error") %] [% USE HTML %] [% FOREACH error IN errors %] <div class="alert alert-error">[% HTML.escape(error).replace('\n', '<br/>') %]</div> [% END %] [% END %]