UNPKG

fraction.io

Version:

Your personalized community aggregator.

15 lines (13 loc) 314 B
<template name="listPosts"> <section class="listPosts col-sm-5"> {{>sort}} {{#each session 'posts'}} {{> viewPost}} {{else}} {{{info 'No posts yet.' 'Just wait a few minutes, surely <em>someone</em> has something to say.' }}} {{/each}} </section> </template>