cosmetics
[qomet.git] / views / index.pug
CommitLineData
e99c53fb
BA
1extends layout
2
3block stylesheets
4 link(rel="stylesheet", href="/stylesheets/index.css")
5
6block content
7 .container
8 .row
9 .card.col.s12.m8.offset-m2.l6.offset-l3.xl4.offset-xl4
10 table
11 thead
12 tr
13 th Name
14 th Forename
15 tbody
16 each user in userArray
17 tr.teacher(onClick="document.location.href='/" + user.initials+ "'")
18 td= user.name
19 td= user.forename