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

NAME

MojoMojo::Formatter::Include - Include files in your content.

DESCRIPTION

Include files verbatim in your content, by writing {{<url>}}.

METHODS

format_content_order

Format order can be 1-99. The Include formatter runs on 6

format_content

Calls the formatter. Takes a ref to the content as well as the context object.

include <c> <url>

Returns the content of URL. Will store a cached version in $c->cache.

SEE ALSO

MojoMojo, Module::Pluggable::Ordered, URI::Fetch

AUTHORS

Marcus Ramberg <mramberg@cpan.org>

LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.