aboutsummaryrefslogblamecommitdiffhomepage
path: root/views/layout.jade
blob: 43c28cd4f6708900d710d372e1f56a4ebe69ddb7 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                
                                                                       
                


                                            

                                                                  
 
      
                  
                 
doctype html
html
  head
    link(rel='icon' type='image/png' href='/images/favicon.png')
    meta(name='viewport' content='width=device-width, initial-scale=1')
    title= title

    // build:css /stylesheets/global.min.css
    each file in [ 'global' ]
      link(rel='stylesheet', href='/stylesheets/' + file + '.css')
    // endbuild

  body
    include header
    block content