以下のコードを index.html に追加すると正常に動作しますが、外部ファイルで定義したいので、.html でロードしcan.view
ます。
<script type="text/mustache" id="todosList">
{{#todos}}
<li>{{description}}</li>
{{/todos}}
</script>
別の html ファイルを作成した場合、そこからテンプレートをロードするにはどうすればよいですか?