doctype=html
html
include headers.pug
style(type='text/css').
.tbl {
border-radius:25px;
}
body
include navbar.pug
.container
.row
h1 Achievements
.row
.col-md-5.tbl.bg-success.text-light.m-2
h2 2021 MathCounts
p
include ../content/mathcounts.pug
.col-md-5.tbl.bg-success.text-light.m-2
h2 2021 AMC 10
p
include ../content/amc.pug