View Source ExMustache (ex_mustache v0.2.0)
ExMustache is a fast mustache templating library for Elixir.
ExMustache supports everything except lambda from mustache spec.
Summary
Functions
Parse the binary and create template which can be used to render
Renders template by interpolating map data. Map keys must be string type.