2012-04-16 38 views

回答

3

I'ts一個部分呼叫

https://github.com/janl/mustache.js

Whereas in ERB you may have this: 

<%= partial :next_more, :start => start, :size => size %> 

Mustache requires only this: 

{{> next_more}} 
+1

感謝,handlebars.js文檔並沒有提到這一點。 – 2012-04-16 11:41:43

+1

還有一個語言不可知論的參考:http://mustache.github.com/mustache.5.html – 2012-04-16 13:22:43

+1

不幸的是,Handlebars文檔還不是很好。以下是Alan Johnson關於Handlebars中的部分和幫手的文章:http://thinkvitamin.com/code/handlebars-js-part-2-partials-and-helpers – 2012-04-24 16:36:49