http://www.perlmonks.org?node_id=1031543


in reply to Re^3: Mojolicious templates
in thread Mojolicious templates

The obvious solution is to use '..' in path like:
$self->stash(layout => '../path/to/layout');
But IMHO better way is to use $self->stash(extends => 'path/to/layout');