mazda-specs-crepe/views/layout.jade

16 lines
698 B
Text
Raw Normal View History

2013-02-19 01:02:59 -06:00
doctype 5
html
head
title #{title}
//- link(rel='stylesheet', href='http://www.mazda.com.au/brochures/base-framework/css/style.css')
//- link(rel='stylesheet', href='http://www.mazda.com.au/brochures/cx-9/css/style.css')
link(rel='stylesheet', href='/public/css/bootstrap.css')
link(rel='stylesheet', href='/public/css/bootstrap-responsive.css')
//- link(rel='stylesheet', href='/public/css/codemirror.css')
link(rel='stylesheet', href='/public/css/style.css')
script(src='http://code.jquery.com/jquery.min.js')
script(src='/public/js/bootstrap.js')
//- script(src='/public/js/codemirror.js')
script(src='/public/js/script.js')
body
block content