This commit is contained in:
2020-09-03 22:56:49 +00:00
parent b03425d492
commit 5b697fff3c

View File

@@ -320,9 +320,9 @@ export default {
template: `<html>
<body>
{{#each this}}
<h1>Widget {{ Name }}</h1>
<div>{{ Notes }}</div>
{{#each ayReportData}}
<h2>{{ Name }}</h2>
<div>Notes: <span class='example'>{{ Notes }}</span></div>
{{/each}}
</body>