https://github.com/dev800/mustache_util
https://github.com/dev800/mustache_util
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev800/mustache_util
- Owner: dev800
- License: mit
- Created: 2018-06-09T06:51:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T06:56:02.000Z (about 8 years ago)
- Last Synced: 2024-09-16T18:23:29.080Z (almost 2 years ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mustache for Elixir
## Usage
```elixir
Mustache.render("Hello, {{planet}}", %{planet: "World!"})
Mustache.render_file("template.mustache", %{planet: "World!"})
```
## Links
* [mustache(5) -- Logic-less templates.](http://mustache.github.io/mustache.5.html)