Security issues documented, and more nice improvements

This commit is contained in:
2022-06-10 15:35:31 +00:00
parent f3668df846
commit 93934438c7
21 changed files with 178 additions and 43 deletions

View File

@@ -46,7 +46,6 @@ Handlebars.registerPartial('people', `
{{#each members}}
<li>{{name}} age {{age}} from {{home}}</li>
{{/each}}
balle!
</ul>`)
// Calling non-existent partials with block syntax uses the block content as fallback