Skip to content

Commit

Permalink
reorganized Mojo::Template documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 15, 2012
1 parent 9b6ae58 commit e65f64d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/Mojo/Template.pm
Expand Up @@ -403,6 +403,11 @@ designed specifically for all those small tasks that come up during big
projects. Like preprocessing a configuration file, generating text from
heredocs and stuff like that.
See L<Mojolicious::Guides::Rendering> for information on how to generate
content with the L<Mojolicious> renderer.
=head1 SYNTAX
<% Perl code %>
<%= Perl expression, replaced with result %>
<%== Perl expression, replaced with XML escaped result %>
Expand Down Expand Up @@ -477,8 +482,6 @@ stringify to error messages with context.
5: %= $i * 2
6: </body>
See L<Mojolicious::Guides::Rendering> for more.
=head1 ATTRIBUTES
L<Mojo::Template> implements the following attributes.
Expand Down

0 comments on commit e65f64d

Please sign in to comment.