An open API service indexing awesome lists of open source software.

https://github.com/dev800/mustache_util


https://github.com/dev800/mustache_util

Last synced: 8 months ago
JSON representation

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)