I'm interesting on doing a template using mustache. And I've read about this: http://mustache.github.com/mustache.5.html.
There is a mustache template and a hash code, my question is:
- does we write the code on two different files? if yes, on hash code, what extension file we use to save?
- how to generate the .html file? I mean the output should be on .html file, so how I can produce the output?