Showing posts with label Mustache js. Show all posts
Showing posts with label Mustache js. Show all posts

Thursday, February 27, 2014

Mustache HTML template

1. Introduction of mustache HTML template : Mustache is a logic less HTML template. Why logic less? because it does not have if-else conditions or loops.
 

Mustache is simply a js library that read JSON data and display it using mustache templates.Mustache template use tags to display json data.
Mustache tags are indicated by double curly braces "{{mustache tag}}".
It reduce our efforts in HTML coding because we can use same mustache template again and again.