Re: [w3c/webcomponents] [templates] How featureful should the default processor be? (#682)

Not having negation `<button disabled="{{ !selected }}">+</button>` would make js parts super verbose.

Also, possible syntax for loops, conditionals
```
<ul class="todo-list" :for={{ item in todos }}>
  <li class="todo-item" :if={{ !item.done }}>{{ item.text }}
</ul>
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/682#issuecomment-714797439

Received on Thursday, 22 October 2020 22:29:00 UTC