UNPKG
fraction.io
Version:
latest (0.22.0)
0.22.0
0.21.3
0.21.2
Your personalized community aggregator.
github.com/fraction/fraction
fraction/fraction
fraction.io
/
app
/
packages
/
fraction-posts
/
views
/
listPosts.html
15 lines
(13 loc)
•
314 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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}} </s
ection> </template>