@(entries: Vector[lila.timeline.Entry])(implicit ctx: Context)
@entries.filter(e => e.okForKid || ctx.noKid).map { entry =>
@timeline.entry(entry)
}