15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
html
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
|
title BenchCoach - Teams
|
|
link(rel='stylesheet' href='/css/bootstrap.min.css')
|
|
link(rel='stylesheet' href='/font/bootstrap-icons.min.css')
|
|
link(rel='stylesheet' href='/css/teamsnap-ui.css')
|
|
|
|
body
|
|
ul
|
|
each team in teams
|
|
li
|
|
a(class='team' href=`/${team.id}`) #{team.name} [#{team.seasonName}]
|