mixin post(paste, handle, did) div.post p a(href=`/p/${paste.shortUrl}`).post-link | #{paste.title} p.post-info | by a(href=`/u/${did}`) | @#{handle} |  · | #{timeDifference(now, Date.parse(paste.createdAt))} ago | · | #{paste.lang} | · | #{paste.code.split('\n').length} loc | ·  a(href=`/p/${paste.shortUrl}/#comments`) #{paste.commentCount} #{pluralize(paste.commentCount, 'comment')}