crunch-node/views/render-layout.jade

23 lines
1,022 B
Text

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")
link(rel='stylesheet', href='/static/stylesheets/style.css')
block head-addition
body(role="document")
div(role="main").container-fluid
div.col-sm-3
div.title-block
img(src="/static/images/logo.png").img-responsive
div.col-sm-8.col-sm-offset-4
block content
div.col-sm-3.title-block-nav
ul.nav.nav-pills.nav-justified
li: a(href="/") Home
li: a(href="/blog") Blog
li: a(href="/photos") Photos