Spawn
[oweals/peertube.git] / views / layout.jade
1 doctype html
2 html
3   head
4     link(rel='icon' type='image/png' href='/images/favicon.png')
5     
6     title= title
7     
8     // build:css /stylesheets/global.min.css 
9     each file in [ 'index' ]
10       link(rel='stylesheet', href='/stylesheets/' + file + '.css')
11     // endbuild
12     
13     // build:css /stylesheets/vendor/global.min.css 
14     each file in [ 'bootstrap.min' ]
15       link(rel='stylesheet', href='/stylesheets/vendor/css/' + file + '.css')
16     // endbuild
17     
18   body
19     block content