extends ../layout.pug block head script(src='/js/theme.js') title #{meta.siteName} block content h1.board-title #{meta.siteName} .table-container.flex-center.mv-10 table tr th.alt Welcome tr td p | This is an anonymous imageboard, a type of discussion board where users share images and text about various topics. p | The primary difference between anonymous imageboards and traditional forums is that anybody can make a post without registering | an account or providing any personal information. This lowers the barrier to entry, protects user identities and focuses on what is said, rather than who says it. p | Choose a topic below to join the discussion, or a(href='/create.html') create your own board | . if boards && boards.length > 0 include ../includes/boardtable.pug each board in boards tr td if board.settings.sfw span.user-id.sfw SFW | a(href=`/${board._id}/index.html`) /#{board._id}/ - #{board.settings.name} td #{board.settings.description} td #{board.pph} td #{board.ips} td #{board.sequence_value-1} .table-container.flex-center.mv-10.text-center table tr.help(title='Total stats including unlisted boards') th Total Posts th Total PPH th Total Users th Active Content tr td #{totalStats.posts} td #{totalStats.pph} td #{totalStats.ips} td #{fileStats.totalSizeString} .table-container.flex-center.mv-10 table tr th Source Code tr td p | The source code for this site is available a(href='https://github.com/fatchan/jschan/') here | (and in the footer of each page) and is licensed under the Affero General Public License v3.