doctype=html
html
include headers.pug
style(type='text/css').
.tbl {
border-radius:25px;
}
body
include navbar.pug
.container
.row
h1 School
.row
.col-md-7.tbl.m-2.text-light.bg-primary
p
include ../content/school.txt
.col-md-3.tbl.m-2
img(src="/pixel.png" width=200 height=200)