The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sledge::Plugin::TemplatePrePostProcess - header/footer plugin for Sledge

SYNOPSIS

  package Your::Pages;
  use base qw(Sledge::Pages::Base);
  use Sledge::Plugin::TemplatePrePostProcess;
  __PACKAGE__->set_header('include/header.html');
  __PACKAGE__->set_footer('include/footer.html');

DESCRIPTION

Sledge::Plugin::TemplatePrePostProcess is easy to set header/footer plugin for Sledge.

AUTHOR

MATSUNO Tokuhiro <tokuhirom at gmail dot com>

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

SEE ALSO

Bundle::Sledge