Catalyst-View-MojoTemplate
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
## expression\_mark
## line\_start
## replace\_mark
These are just pass thru to [Mojo::Template](https://metacpan.org/pod/Mojo::Template). See that for details
## content\_type
The HTTP content-type that is set in the response unless it is already set.
## helpers
A hashref of helper functions. For example:
__PACKAGE__->config(helpers=>+{
now => sub {
my ($self, $c, @args) = @_;
return localtime;
},
lib/Catalyst/View/MojoTemplate.pm view on Meta::CPAN
=head2 expression_mark
=head2 line_start
=head2 replace_mark
These are just pass thru to L<Mojo::Template>. See that for details
=head2 content_type
The HTTP content-type that is set in the response unless it is already set.
=head2 helpers
A hashref of helper functions. For example:
__PACKAGE__->config(helpers=>+{
now => sub {
my ($self, $c, @args) = @_;
return localtime;
},
( run in 1.073 second using v1.01-cache-2.11-cpan-524268b4103 )