- or download this
use Mojolicious::Lite;
...
@@ baz.html.ep
The magic numbers are <%= $one %> and <%= $two %>.
- or download this
get '/bar' => sub {
my $self = shift;
...
__DATA__
@@ baz.html.ep
<%= $one %> or <%= $two %>.
- or download this
%= stash 'foo'
% stash foo => 'bar';
...
%= stash('name') // 'Somebody'