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