Mustache for Elixir

January 29, 2015 ยท View on GitHub

Usage

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

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

Links

  • mustache(5) -- Logic-less templates.

Contents

  1. 1Usage
  2. 2Links