Mustache
Minimal templating with {{mustaches}} in Elixir - http://mustache.github.com/
Prerequisites
- Elixir 1.0.x
Tests
The test folder contains tests showing the currently implemented feature set. The tests are taken from the mustache specs project https://github.com/mustache/spec.
Run currently passing tests:
$ mix test --exclude pending:true
Run all tests:
$ mix test