%# %# $Id$ %# % layout 'default'; % title 'Maacom'; % use Mojo::Util qw(dumper); % my $u = $c->app->user; % my $unwanted_id = $c->req->param('unwanted_id') || 0; % my $profile = $u->unwanted_profile($unwanted_id); % if ($profile) { % my $unwanted_name = $profile->{name};
Edit host
Escape
% } % unless ($profile) {
Host with id <%= $unwanted_id %> not exist
% } %#EOF