2015-11-15 03:07:13 +00:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
|
|
title #{title}
|
|
|
|
meta(charset="utf-8")
|
|
|
|
meta(http-equiv="X-UA-Compatible", content="IE=edge")
|
|
|
|
meta(name="viewport", content="width=device-width, initial-scale=1")
|
|
|
|
link(href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css", rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous")
|
2015-12-01 03:06:36 +00:00
|
|
|
link(rel='stylesheet', href='/static/stylesheets/style.css')
|
2015-11-15 03:07:13 +00:00
|
|
|
block head-addition
|
|
|
|
body(role="document")
|
|
|
|
div(class="container-fluid", role="main")
|
2015-11-22 20:03:33 +00:00
|
|
|
div(class="row")
|
|
|
|
div(class="col-sm-3")
|
2015-12-01 03:06:36 +00:00
|
|
|
img(class="img-responsive", src="/static/images/logo.png")
|
2015-11-22 20:03:33 +00:00
|
|
|
div(class="col-sm-8 col-sm-offset-4")
|
|
|
|
block content
|