Packages

An (almost) spec-compliant Mustache parser written in Elixir

Current section

Files

Jump to
fumanchu README.md
Raw

README.md

# FuManchu - Mustache in Elixir
[![Build status](https://badge.buildkite.com/b6a81825f66406d168234e901a77f6f519652e4eae4e5b5093.svg)](https://buildkite.com/operable/fumanchu)
```elixir
iex(1)> FuManchu.render("Hello {{planet}}", %{planet: "World!"})
"Hello World!"
```