This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user