baryshev / ect

Fastest JavaScript template engine with embedded CoffeeScript syntax
http://ectjs.com
MIT License
627 stars 70 forks source link

variable in template #105

Closed RidgeA closed 3 years ago

RidgeA commented 7 years ago

HI. I found issue with variables declaration in templates. For example this snippet:

<% 
    blockClass = if (true) then "bad-result" else 'good-result'
%>
<%- blockClass %>

Error - "Parse error: Unexpected 'POST_IF' in page" (in ectjs.com sandbox)