@(posts: List[lila.forum.MiniForumPost])(implicit ctx: Context) @posts.map { p =>
  • @shorten(p.topicName, 30) @userIdLink(p.userId, withOnline = false) @shorten(p.text, 70)
  • }