Re: [w3c/webcomponents] [templates] Consider ${foo} instead of {{foo}} (#688)

I don't think we want to make this configurable. That's one thing this standardization process provides: uniform templating syntax.

We're going with `${~}`, we probably need an alternative syntax so that it could be used inside JS without having to escape as pointed out in https://github.com/w3c/webcomponents/issues/688#issuecomment-341465220. This was pretty much the reason we went with `{{~}}`.

`{~}` is also problematic because it appears in CSS, and you'd sure want to be able to embed CSS inside a template.

-- 
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/688#issuecomment-341567895

Received on Thursday, 2 November 2017 21:46:34 UTC