%# 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 );

% if ( $self->match->endpoint->name eq 'new-explain' ) { <%= $hostname_parts[0] %>.<%= $hostname_parts[1] %> % } else { <%= $hostname_parts[0] %>.<%= $hostname_parts[1] %> % }

PostgreSQL's explain analyze made readable

<%= content %>
%= include 'includes/layout_footer'