%# We don't want to allow iframe for whole site
<% $c->res->headers->header( 'X-Frame-Options' => 'deny' ); %>
%= include 'includes/layout_head'
% my $full_hostname = $self->config->{'title'} // $self->req->url->to_abs->host;
% my @hostname_parts = split( /\./, $full_hostname, 2 );
%= include 'includes/layout_footer'