https://github.com/mustache/emacs
In your shell:
cd ~/.emacs.d/vendor
curl -O https://github.com/mustache/emacs/raw/master/mustache-mode.el
In your Emacs config:
(add-to-list 'load-path "~/.emacs.d/vendor/mustache-mode.el")
(require 'mustache-mode)
$ wget https://raw.github.com/mustache/emacs/master/mustache-mode.el
$ curl -O https://raw.github.com/mustache/emacs/master/mustache-mode.el