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

Changes for version 0.04 - 2016-07-21

  • implemented 'wrapper' option
    • a template used for final wrapper, usualy the website layout
    • avoids '<x-wrap>' on every template file
  • implemented context 'helper'
    • optional object of which methods get AUTOLOADed from
    • meant as a gateway from Plift to the rest of the system
      • (e.g. the current web request controller instance)
  • implemented snippets: dynamically loaded code blocks
  • renamed option 'path' to 'paths'

Modules

Designer friendly, safe, extensible HTML template engine.
Template data and instructions to be rendered.
Include other template files.
Render data referenced in templates.
Run dynamic loaded code snippets.
Wrap with other template file.