UNPKG

sportsbet-mobile

Version:
28 lines (22 loc) 538 B
<template name="notifications"> <div class="notification"> {{#each howlNotifications}} {{#if options.config.template}} {{> Template.dynamic template=options.config.template data=this}} {{else}} <div class="item yellow howl-message"> <span> {{{getTitle}}} </span> <b> {{{getBody}}} </b> <a class="close">×</a> </div> {{/if}} {{/each}} {{#each templateNotifications}} {{> Template.dynamic template=options.config.template data=this}} {{/each}} </div> </template>