diff options
Diffstat (limited to 'www/content/extensions/client-side-templates.md')
-rw-r--r-- | www/content/extensions/client-side-templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/client-side-templates.md b/www/content/extensions/client-side-templates.md index b85deb1c..afcdbca7 100644 --- a/www/content/extensions/client-side-templates.md +++ b/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 <p id="content">Start</p> <template id="foo"> - <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> </template> </div> </body> |