/views/layout.jade
Jade | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 15b76e57fa08635b68edd37a58673f8f MD5 | raw file
Possible License(s): Apache-2.0, MIT
1doctype 5 2html 3 head 4 title= title 5 link(rel='stylesheet', href='/stylesheets/style.css') 6 body 7 block content