An s-expression style template engine.
Project description
- Breve is a Python template engine that is designed to be clean and elegant with
minimal syntax. Unlike most Python template engines, Breve is implemented as an internal DSL rather than a parser.
Breve was heavily inspired by Nevow Stan and is, in fact, the successor to TurboStan, my earlier attempt to bring a Stan-like engine to TurboGears.
Breve supports the Buffet template engine API which means it works automatically with several frameworks, including Pylons, CherryPy and TurboGears. Breve also supports Django.