uebung2017-9/userTimeline.hamlet

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}