Thanks for this post. I got this worked for using mustache templates in my asp.net mvc project I used the following, and it worked for me.
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mustache" mimeType="text/html"/>
</staticContent>
</system.WebServer>