sgte: A simple Erlang Template Engine
NOTE: sgte development has moved to github http://github.com/filippo/sgte/tree/master The download section will be kept updated with the latest stable version.
sgte is an Erlang template Engine for generating structured output (code, html web pages, xml, emails, csv files, etc...).
It's inspired on the StringTemplate template language. And tries to enforce strict separation between model and view. The template language tries to remain as simple as possible.