16 lines
698 B
Text
16 lines
698 B
Text
|
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
|