wiki_thsf_2015/views/layout.jade

21 lines
639 B
Plaintext

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/cyborg.min.css')
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/bootstrap-responsive.min.css')
body
nav.navbar.navbar-default
div.container-fluid
ul.nav.nav-pills
li(role="presentation" )
a(href="#home") THSF
li(role="presentation")
a(href="#presentation") presentation
li(role="presentation" )
a(href="#programme") preogramme
block body