ede-0.2.7: test/resources/single-line.ede
{
"var": true,
"list": [1,2,3,4,5]
}
---
{% if var %}this is a piece of text on a single line{% endif %}
{% if var %} this is a piece of text on a single line {% endif %}
{% for n in list %}{{ n.value }}{% if !n.last %},{% endif %}{% endfor %}