GPL-3.0-only licensed by Dzianis Kabanau
Maintained by [email protected]
This version can be pinned in stack with:template-toolkit-0.1.1.0@sha256:7c481fa7dcbcca61a9a25bd7d6f5364eeb93ea6c1295d3a50c05c1194015a1d5,1565

Module documentation for 0.1.1.0

Template Toolkit is a template processing system originally written in Perl by Andy Wardley. This haskell implementation includes such features as: scalar, array, hash variables, variable interpolation, conditional directives, loops and loop controls, external templates and internal blocks processing, many virtual methods and filters, templates caching.

Changes

Changelog for template-toolkit

Unreleased changes

  • Passing custom functions to templates
  • Plugins: DBI, Dumper, etc.

[0.1.1.0] - 2018-12-03

Templates caching feature added

[0.1.0.1] - 2017-10-19

Initial release