doctype html
html(lang='en')
head
- if (typeof(title) !== 'undefined')
title #{title} | Chess | David A. Windham
- else
title Chess vs. David
meta(charset='utf-8')
meta(name='robots', content='index, follow')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='icon', type='image/png' href='/img/favicon.ico')
link(rel='stylesheet', type='text/css' href='http://fonts.googleapis.com/css?family=Cherry+Swash:400|Open+Sans:400,600&subset=latin')
link(rel='stylesheet', href='/css/main.css')
body
#container-wrapper.clearfix
block content
footer
#footer.clearfix
p.center
- if (process.env.NODE_ENV === 'development')
script(src='/js/vendor.js')
block scripts