The content of an inline partial is indented in v3.0.2 (of course not in v3.0.1). People does not want these extra white spaces in an HTML file.
test.json:
test.mustache:
partial.mustache:
Run:
$ mustache -p partial.mustache test.json test.mustache
<div> This is a partial.</div>