the following template fragment renders differently in Stache than in others such as pystache, mustache
{{#scripts}}
<script src="{{name}}"></script>
{{/scripts}}
In pystache each script element is on a separate line
in Stache there is an extra line feed between each script element line