I want create a posts model, with tags, and be able to display all tags for each post. You know a best way to do it ??
I tried this
You need to use this keyword to get value from an array:
this
title: {{title}} {{#each tag}} {{this}} {{/each}}