<template name="notifications">
<div class="notifications">
<ul>
{{#each notifications}}
{{> notification_item}}
{{/each}}
</ul>
</div>
</template>