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.

22 lines
511 B

extends ../layout.pug
block head
title /#{board._id}/ - Banners
block content
include ../includes/bannersheader.pug
br
nav.pages
a(href=`/${board._id}/index.html`) [Index]
|
a(href=`/${board._id}/catalog.html`) [Catalog]
|
a.bold(href=`/${board._id}/banners.html`) [Banners]
hr(size=1)
section.catalog
if board.banners.length > 0
each banner in board.banners
img.board-banner(src=`/banner/${board._id}/${banner}` width='300' height='100')
else
p Board has no custom banners.