| Mojolicious documentation | view source | Contained in the Mojolicious distribution. |
Mojolicious::Plugin::EplRenderer - EPL Renderer Plugin
# Mojolicious
$self->plugin('epl_renderer');
# Mojolicious::Lite
plugin 'epl_renderer';
Mojolicious::Plugin::EplRenderer is a renderer for epl templates.
epl templates are pretty much just raw Mojo::Template.
This is a core plugin, that means it is always enabled and its code a good
example for learning to build new plugins.
Mojolicious::Plugin::EplRenderer inherits all methods from Mojolicious::Plugin and implements the following new ones.
register$plugin->register;
Register renderer in Mojolicious application.
Mojolicious, Mojolicious::Guides, http://mojolicio.us.
| Mojolicious documentation | view source | Contained in the Mojolicious distribution. |