diff options
Diffstat (limited to 'ruby/rubygem-mustache/README')
-rw-r--r-- | ruby/rubygem-mustache/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-mustache/README b/ruby/rubygem-mustache/README new file mode 100644 index 0000000000000..af59943c5b641 --- /dev/null +++ b/ruby/rubygem-mustache/README @@ -0,0 +1,3 @@ +Mustache is a framework-agnostic way to render logic-free views. It emphasizes +separating logic from presentation: it is impossible to embed application logic +in this template language. |