Popularity
2.9
Stable
Activity
0.0
Stable
17
1
5

Monthly Downloads: 152
Programming language: Elixir
License: MIT License
Tags: Templating     Mustache    

mustachex alternatives and similar packages

Based on the "Templating" category.
Alternatively, view mustachex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mustachex or a related project?

Add another 'Templating' Package

README

Mustache for Elixir

Usage

Mustachex.render("Hello, {{planet}}", %{planet: "World!"})

Mustachex.render_file("template.mustache", %{planet: "World!"})

Links