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');
Comment on
Re^4: Mojolicious templates
Select
or
Download
Code
In Section
Seekers of Perl Wisdom