crunch-node/views/render-layout.jade

18 lines
863 B
Text
Raw Normal View History

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')
block head-addition
body(role="document")
div(class="container-fluid", role="main")
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")
div(class="col-sm-8 col-sm-offset-4")
block content