@hackage template-toolkit0.1.0.1
Template Toolkit implementation for Haskell
Categories
License
GPL-3.0-only
Maintainer
kobargh@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (13)
- aeson
- base >=4.7 && <4.10
- bytestring
- containers
- directory
- mtl Show all…
Dependents (1)
@hackage/acme-everything
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, lots of virtual methods and filters.