aboutsummaryrefslogtreecommitdiff
path: root/src/include/layout-main.jade
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/layout-main.jade')
-rw-r--r--src/include/layout-main.jade21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/layout-main.jade b/src/include/layout-main.jade
new file mode 100644
index 0000000..68ff9de
--- /dev/null
+++ b/src/include/layout-main.jade
@@ -0,0 +1,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 \ No newline at end of file