You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,11 @@
8
8
Handlebars.js
9
9
=============
10
10
11
-
Handlebars.js is an extension to the [Mustache templating
12
-
language](https://mustache.github.io/) created by Chris Wanstrath.
13
-
Handlebars.js and Mustache are both logicless templating languages that
14
-
keep the view and the code separated like we all know they should be.
11
+
Handlebars provides the power necessary to let you build **semantic templates** effectively with no frustration.
12
+
Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates.
15
13
16
14
Checkout the official Handlebars docs site at
17
-
[https://handlebarsjs.com/](https://handlebarsjs.com) and the live demo at [http://tryhandlebarsjs.com/](http://tryhandlebarsjs.com/).
15
+
[handlebarsjs.com](https://handlebarsjs.com) and try our [live demo](https://handlebarsjs.com/playground.html).
0 commit comments