What's great about mustache is that is language agnostic. In theory, you should be able to easily reuse the sample templates on the client as you do on the server. What is the current best practices for exposing templates to both ends of the rendering pipeline. I see people embedding templates in javascript to use on the client which makes them very unagnostically accessible on the server. Does anyone here have recommendations on what the best practice for making templates accessible on both ends?