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.

15 lines
344 B

6 years ago
doctype html
html
//- whether this page is rendered for a board
- const isBoard = board != null;
head(data-lang=(isBoard ? board.settings.language : language))
6 years ago
include includes/head.pug
block head
body#top
6 years ago
include includes/navbar.pug
main(class=(minimal?'minimal':''))
6 years ago
.container
block content
include includes/footer.pug