The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Papery::Renderer::Template - Papery renderer based on Template

SYNOPSIS

    # _config.yml
    _renderer: Template

    # metadata
    _renderer: Template

DESCRIPTION

Papery::Renderer::Temlate will render the _content of a Papery::Pulp object with Template, and put the result in the _output.

METHODS

This class provides a single method:

render( $pulp )

Simply proces the template defined in _layout to produce the _output.

AUTHOR

Philippe Bruhat (BooK), <book at cpan.org>

COPYRIGHT

Copyright 2010 Philippe Bruhat (BooK), all rights reserved.

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.