These changes fixes an indentation bug introduced when partials was made to also be indented like its parent template. When partials are rendered inline, it should not be indented with the amount of indentation that the line already has. Fixes https://github.com/janl/mustache.js/issues/715 Refs https://github.com/janl/mustache.js/pull/705