jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
729 B

mixin catalogtile(board, post, truncate)
article(class='catalog-tile')
.catalog-tile-content
if post.files.length > 0
.post-file-src
a(href=`/${board._id}/thread/${post.postId}#${post.postId}`)
object.catalog-thumb(data=`/img/thumb-${post.files[0].filename.split('.')[0]}.png` width='64' height='64')
header.post-info
if post.subject
span: a.no-decoration.post-subject(href=`/${board._id}/thread/${post.postId}#${post.postId}`) #{post.subject}
span: a(href=`/${board._id}/thread/${post.postId}#${post.postId}`) ##{post.postId}
if post.message
blockquote.no-m-p.post-message !{post.message}
a.catalog-tile-button(href=`/${board._id}/thread/${post.postId}#${post.postId}`) Open Thread