Line 0
Link Here
|
|
|
1 |
Inspired by ctemplate, Mustache is a framework-agnostic way to render |
2 |
logic-free views. |
3 |
|
4 |
As ctemplates says, "It emphasizes separating logic from presentation: |
5 |
it is impossible to embed application logic in this template |
6 |
language. |
7 |
|
8 |
Think of Mustache as a replacement for your views. Instead of views |
9 |
consisting of ERB or HAML with random helpers and arbitrary logic, |
10 |
your views are broken into two parts: a Ruby class and an HTML |
11 |
template. |
12 |
|
13 |
WWW: https://github.com/mustache/mustache |