UNPKG
melody
Version:
latest (0.1.0)
0.1.0
0.0.0
simple publishing platform
github.com/martindale/melody
martindale/melody
melody
/
views
/
person.jade
18 lines
(13 loc)
•
304 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
extends
layouts/
default
block content .ui.grid .row .four.wide.column h2
#{person.username}
.ui.statistic .value
#{posts.length}
.label posts .twelve.wide.column .ui.cards
for
post in posts
include
partials/post