/elixir-mustache

Mustache for Elixir

Primary LanguageElixir

Mustache for Elixir

Build Status

WIP

Usage

Mustache.render("Hello, {{planet}}", [planet: "World!"])
#=> "Hello, World!"

Daynamo

Support only simple rendering. Not support layout yet.

Links