{{#if blogEntries}} {{#blogEntries}}
- {{truncate blogTitle 50}}
- {{moment articleDate format='MM'}}/{{moment articleDate format='DD'}}/{{moment articleDate format='YYYY'}}
- {{entryLink}}
- {{#if blogCategories}}{{#each blogCategories}}{{this.name}}{{#unless @last}}, {{/unless}}{{/each}}{{/if}}
{{/blogEntries}} {{/if}}