This would be the correct way to go:
{{#each items}}
- {{itemContents}}
{{else}}
- There are no items in this list.
{{/each}}
For further information take a look at handlebarsjs.com.
(Meteor uses Spacebars which is inspired by Handlebars. So the Syntax is almost the same.)