资 源 简 介
Templerl is a simple template engine such as Smarty and Velocity. Templerl is written in Erlang. You can bring a "template/presentation framework" in Erlang-based systems with Templerl. A typical use case is to manage logic and contents separately on a Yaws-based web server.
Here are some of the basic features of Templerl:
A simple expression language
Control statements e.g. if and foreach
Erlang function call
User definable delimiters
...