Mustache for Elixir Usage Mustachex.render("Hello, {{planet}}", %{planet: "World!"}) Mustachex.render_file("template.mustache", %{planet: "World!"}) Links mustache(5) -- Logic-less templates.