$def with (user, twoots)
$var title: Main Timeline
$if len(twoots):
$var class: t$twoots[0].id
$else:
$var class: t0
$for twoot in twoots:
-
$if user and twoot.user_id == user.id:
$twoot.nick
$else:
$twoot.nick
$:twoot.text
$if "reply" in twoot:
in reply to $twoot.reply.nick,
$twoot.created_human.