NAME

App::Embra::Plugin::Template::Basic - simple HTML5 template

VERSION

version 0.001

DESCRIPTION

This plugin will process site files through Template Toolkit with a pre-defined set of templates. For each file with a .html extension, it will look for a template with a matching name and use it to process the contents of the file into an assembled HTML document.

The templates are stored as a File::ShareDir, which in the source of the distribution are located at share/Plugin/Template/Basic.

ATTRIBUTES

assembler

The object used to assemble files. Defaults to an instance of App::Embra::Plugin::TemplateToolkit.

AUTHOR

Daniel Holz <dgholz@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Daniel Holz.

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