8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
|
<div .ui.container>
|
||
|
<h1> #{userName}'s Timeline
|
||
|
<ul>
|
||
|
$forall Entity _ (Post u c _ ts) <- posts
|
||
|
<li>#{c}<br>
|
||
|
Posted at #{show ts} by #{show u}
|
||
|
|