2012-09-08 03:02:21 +08:00
|
|
|
!!! 5
|
|
|
|
html
|
|
|
|
head
|
2012-12-10 02:39:29 +08:00
|
|
|
block head
|
|
|
|
title= title
|
2012-12-10 04:34:32 +08:00
|
|
|
link(rel="stylesheet", href="css/reset.css")
|
|
|
|
link(rel="stylesheet", href="css/font-awesome.css")
|
|
|
|
link(rel="stylesheet", href="css/layout.css")
|
2012-12-10 02:39:29 +08:00
|
|
|
|
|
|
|
body
|
|
|
|
block content
|
|
|
|
#container
|
|
|
|
|
|
|
|
script(src='/js/lib/require/require-min.js')
|
2012-12-11 09:51:01 +08:00
|
|
|
- if (typeof(meetings) == 'undefined')
|
|
|
|
- meetings = []
|
|
|
|
script(type='text/javascript')
|
|
|
|
define('globals', function() {
|
|
|
|
return {
|
|
|
|
bootstrappedMeetings: !{JSON.stringify(meetings)}
|
|
|
|
};
|
|
|
|
});
|
2012-12-10 02:39:29 +08:00
|
|
|
script(src='/js/main.js')
|