Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
82 stars 11 forks source link

whitespace in template expressions #171

Closed JoernT closed 1 year ago

JoernT commented 1 year ago

whitespace in template expression like e.g.

(pseudo)

{
    if(exists(foo)) ...
    then
}

will fail to evaluate.

JoernT commented 1 year ago

should work now