uebung2017-9/userTimeline.hamlet

8 lines
187 B
Plaintext
Raw Normal View History

2017-06-29 15:08:27 +00:00
<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}