Question
Correct syntax to reference aggregator data in an email body.
My aggregator module is correctly producing the grouping and data I wanted.

The piece I can't figure out is how to reference it in the email module and keep the grouping. What I have emails blank data for the project names.
Hello,
Here are your current projects:
{{#each projects}}
- {{name}}
{{/each}}
Thank you!
Can some please share the correct syntax?
Thanks in advance!!
Frank