doctype html html(lang='en') head - if (typeof(title) !== 'undefined') title #{title} | Reti Chess - else title Reti Chess meta(charset='utf-8') meta(name='robots', content='index, follow') meta(itemprop='name=Reti Chess') meta(author='Roman Matiasko') meta(name='description', content='A lightweight real-time chess app built in Node, Express, Socket.IO, React, Flux and Immutable.') meta(name='viewport', content='width=device-width, initial-scale=1') link(rel='shortcut icon', href='/img/favicon.png') link(rel='stylesheet', href='/css/main.css') link(href='http://fonts.googleapis.com/css?family=Cherry+Swash|Open+Sans:400,600', rel='stylesheet', type='text/css') body #container-wrapper.clearfix block content footer #footer.clearfix p.center 2015  –  Reti Chess is distributed under a(href='http://opensource.org/licenses/MIT') the MIT License |   –   a(href='http://github.com/romanmatiasko/reti-chess') Github - if (process.env.NODE_ENV === 'development') script(src='/js/vendor.js') block scripts