extends layout
block content
- var student = true
- var teacher = false
- var admin = false
div(class="row" id="page")
div(class="col s2" id="panel")
div(id="navprofile")
p Kezel Benoit
p G4S3
a Logout
div(id="navtop")
ul
if student === true
li
a Home
li(class="active")
a Planning
a Marks
a(href="https://mail.univ-lyon1.fr/owa/") Mail
a(href="https://clarolineconnect.univ-lyon1.fr/") Claroline
a School and student life
if admin === true
a Accueil
a Notes
a Vie scolaire et étudiante
a Gestion des profils
div(class="col s10 main")
include edt.pug