filippo / sgte

A simple Erlang Template Engine

Home Page:https://github.com/filippo/sgte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sgte: a simple Erlang Template Engine

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.

An overview of sgte and how to use it can be found here: https://github.com/filippo/sgte/wiki/sgte-overview

For a more detailed reference run: $ make docs

to generate html documentation under doc/

About

A simple Erlang Template Engine

https://github.com/filippo/sgte


Languages

Language:Erlang 100.0%