Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jui/mustachex

Mustache for Elixir
https://github.com/jui/mustachex

Last synced: about 2 months ago
JSON representation

Mustache for Elixir

Awesome Lists containing this project

README

        

# Mustache for Elixir

## Usage

```elixir
Mustachex.render("Hello, {{planet}}", %{planet: "World!"})

Mustachex.render_file("template.mustache", %{planet: "World!"})
```

## Links

* [mustache(5) -- Logic-less templates.](http://mustache.github.io/mustache.5.html)