blob: 68ff9de030c6dc6bbc70fd7743515fdca8b996d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
doctype html
html(lang="en")
head
include ./head.jade
body
.container
.header.clearfix
nav: ul.nav.nav-pills.pull-right
li.active(role='presentation'): a(href='#') Home
li(role='presentation'): a(href='#') About
li(role='presentation'): a(href='#') Contact
h3 Botleagues
block content
footer.footer: :markdown
© [ViviSoft](http://vivisoft.nl/) 2015
include ./foot.jade
|