2015-06-09 17:41:40 +02:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
|
|
link(rel='icon' type='image/png' href='/images/favicon.png')
|
2015-12-05 12:14:55 +01:00
|
|
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
2015-06-09 17:41:40 +02:00
|
|
|
title= title
|
2015-11-22 11:34:48 +01:00
|
|
|
|
|
|
|
// build:css /stylesheets/global.min.css
|
|
|
|
each file in [ 'global' ]
|
2015-06-09 17:41:40 +02:00
|
|
|
link(rel='stylesheet', href='/stylesheets/' + file + '.css')
|
|
|
|
// endbuild
|
2015-11-22 11:34:48 +01:00
|
|
|
|
2015-06-09 17:41:40 +02:00
|
|
|
body
|
2015-12-05 12:14:55 +01:00
|
|
|
include header
|
2015-11-22 11:34:48 +01:00
|
|
|
block content
|