Closed this issue 9 years ago · 1 comments
This Beard template:
{{for user in users}} <div>Hello {{user.name}}</div> {{/for}}
is rendering:
<div>HelloDan</div> <div>HelloCesar</div>
Related with #7
Spaces are being treated as whites, so they are being discarded.