first commit
This commit is contained in:
14
views/teams.pug
Normal file
14
views/teams.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
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}]
|
||||
Reference in New Issue
Block a user