-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels