Skip to content

Commit

Permalink
link to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 5, 2016
1 parent c430b64 commit fb09643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.0 2016-07-04
7.0 2016-07-05
- Code name "Thinking Face", this is a major release.
- Removed Mojolicious::Plugin::Charset.
- Removed squish method from Mojo::ByteStream.
Expand Down
8 changes: 4 additions & 4 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -1396,10 +1396,10 @@ L<Mojo::Template> contains the whole list of available options.

=head2 Adding your favorite template system

Maybe you would prefer a different template system than C<ep>, and there is not
already a plugin on CPAN for your favorite one. All you have to do, is to add a
new C<handler> with L<Mojolicious::Renderer/"add_handler"> when C<register> is
called.
Maybe you would prefer a different template system than C<ep>, which is provided
by L<Mojolicious::Plugin::EPRenderer>, and there is not already a plugin on CPAN
for your favorite one. All you have to do, is to add a new C<handler> with
L<Mojolicious::Renderer/"add_handler"> when C<register> is called.

package Mojolicious::Plugin::MyRenderer;
use Mojo::Base 'Mojolicious::Plugin';
Expand Down

0 comments on commit fb09643

Please sign in to comment.