-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.jade
More file actions
18 lines (18 loc) · 753 Bytes
/
Copy pathlayout.jade
File metadata and controls
18 lines (18 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!!!
doctype 5
html
head
title eve foreman :: #{title}
link(rel='stylesheet', href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap.min.css')
style(type='text/css')
body { padding-top: 60px; }
link(rel='stylesheet', href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-responsive.min.css')
link(rel='stylesheet', href='//netdna.bootstrapcdn.com/bootswatch/2.3.1/slate/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js')
script(src='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.min.js')
body
include header
div.container
block content
include footer