1 2 3 4 5 6 7 8 9 10 11 12 13 14
doctype html html head link(rel='icon' type='image/png' href='/images/favicon.png') title= title // build:css /stylesheets/global.min.css each file in [ 'global' ] link(rel='stylesheet', href='/stylesheets/' + file + '.css') // endbuild body block content