% if ( defined $config->{finished_install} && $config->{finished_install} ) {
Congrats, installation just finished, restart the Mojolicious server to access it.
% } elsif ( !defined $config->{db} ) {
Welcome to the 1 minute BeastBB installation.
Please introduce your Postgresql database details.
Blank fields will be attempted to be guess to sane value if posible
% if ( defined $error ) {
<%= $error %>
% }
% } else {
Tell me the details about your new admin user before we migrate the database.
% if ( defined $error ) {
<%= $error %>
% }
% }