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> template: `<html>
<body> <body>
{{#each this}} {{#each ayReportData}}
<h1>Widget {{ Name }}</h1> <h2>{{ Name }}</h2>
<div>{{ Notes }}</div> <div>Notes: <span class='example'>{{ Notes }}</span></div>
{{/each}} {{/each}}
</body> </body>