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-success
p
include ../content/school.pug
.col-md-3.tbl.m-2
img(src="/pixel.png" width=200 height=200)