mustache
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
Types
Docs
Guides
Zeitwerk
Namespace
Optimized
1.1.1
Chris Wanstrath, Magnus Holm, Pieter van de Bruggen and 1 more
bundle add mustache
Getting Started
Learn more about the Mustache gem.
Playground
Test, play and inspect the gem for yourself