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