Popularity
0.5
Stable
Activity
0.0
Stable
2
0
0

Monthly Downloads: 11
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: Text     Template    
Latest version: v0.1.1.0
Add another 'template' Package

README

template-toolkit

Template Toolkit implementation for Haskell

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

Hackage: https://hackage.haskell.org/package/template-toolkit

Syntax manual: Text.TemplateToolkitLang

Original documentation may be found here: http://www.template-toolkit.org