https://github.com/niklasb/haskell-soy
A Haskell implementation of Google's Closure Templates
https://github.com/niklasb/haskell-soy
Last synced: 12 months ago
JSON representation
A Haskell implementation of Google's Closure Templates
- Host: GitHub
- URL: https://github.com/niklasb/haskell-soy
- Owner: niklasb
- Created: 2012-10-17T12:46:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T14:33:35.000Z (almost 13 years ago)
- Last Synced: 2025-07-25T10:19:39.977Z (12 months ago)
- Language: Haskell
- Size: 211 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Closure Templates for Haskell
This project is an attempt to bring the Closure Templates to the Haskell
platform. It provides a parser and a renderer and doesn't depend on the Google
libraries.
The initial code was written during an internship at [factis research][1]. They
also generously offered to continue sponsoring this project, as they like to
give back to the open source community. Thanks a lot!
## Unimplemented features
* The `{del*}` tags
* The `{css}` tag (currently the inner text is simply echoed)
* Translation and Bidi support (currently `{msg}` just echoes the contained text)
* Contextual autoescaping (currently only `autoescape="true/false"` is
implemented)
* Soy Doc (will probably never be implemented)
[1]: http://www.factisresearch.com/