We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29664 commit 075ec3aCopy full SHA for 075ec3a
www/content/extensions/client-side-templates.md
@@ -81,7 +81,7 @@ a [`<template>` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/t
81
<p id="content">Start</p>
82
83
<template id="foo">
84
- <p> {% raw %}{{userID}}{% endraw %} and {% raw %}{{id}}{% endraw %} and {% raw %}{{title}}{% endraw %} and {% raw %}{{completed}}{% endraw %}</p>
+ <p> {{userId}} and {{id}} and {{title}} and {{completed}}</p>
85
</template>
86
</div>
87
</body>
0 commit comments