% layout 'standard', title => 'Create Blog', sb_active => 'dashboard';
Next you can choose a domain name for your website. You can host your website on a subdomain of <%= $c->config->{customer_domain} %> without any further configuration on your part, just enter YourSiteName below.
If you have your own domain, you can also use that. Be sure to set your DNS records to match *.<%= $c->config->{customer_domain} %>.
% if ( $c->stash->{success} ) {