Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 422 Bytes

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