extends ../layout.pug block head title Imageboard block content h1.board-title Fatchan .table-container.flex-center.mv-10 table.table-body tr.table-head th Welcome tr.table-row 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 to traditional forums is that anybody can make a post without the need to register an account or provide | any personal information. This has numerous advantages. The bar for entry is lowered, users can remain anonymous | and what is said becomes more important than whoever says it. p | Choose a board below and join the discussion! .table-container.flex-center.mv-10 table.table-body tr.table-head th Board th Title th Description th Posts/day each board in boards tr.table-row td: a(href=`/${board._id}/`) /#{board._id}/ td #{board.settings.name} td #{board.settings.description} td #{board.ppd} .table-container.flex-center.mv-10 table.table-body tr.table-head th Source Code tr.table-row 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.