diff --git a/server/AyaNova/Controllers/ReportController.cs b/server/AyaNova/Controllers/ReportController.cs index 5c32acff..429cb597 100644 --- a/server/AyaNova/Controllers/ReportController.cs +++ b/server/AyaNova/Controllers/ReportController.cs @@ -113,7 +113,7 @@ namespace AyaNova.Api.Controllers //sample template //var reportTemplate = "'
{{#with person}}{{firstname}} {{aycaps lastname}}{{/with}}
'"; - var reportTemplate = "'test title

Test page top

A blue paragraph

{{#with person}}{{firstname}} {{aycaps lastname}}{{/with}}
'"; + var reportTemplate = "'test title

Test page top

A blue paragraph

{{#with person}}{{firstname}} {{aycaps lastname}}{{/with}}
'"; //data object var reportData = "{ person: { firstname: 'Tyler', lastname: 'Mott' } }";