2015-04-10 20:17:03 +00:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
2015-05-04 09:45:45 +00:00
|
|
|
title nci
|
|
|
|
|
2015-05-09 20:19:25 +00:00
|
|
|
link(href="/css/index.css", rel="stylesheet", type="text/css")
|
2015-05-04 09:45:45 +00:00
|
|
|
|
2015-07-28 16:57:02 +00:00
|
|
|
if env === 'development'
|
|
|
|
script(type="text/javascript", src="/js/libs/requirejs/require.js")
|
|
|
|
else
|
|
|
|
script
|
|
|
|
include ../static/js/libs/almond/almond.js
|
2015-07-26 16:59:57 +00:00
|
|
|
|
|
|
|
if env === 'development'
|
|
|
|
script
|
|
|
|
include ../static/js/requirejs/development.js
|
|
|
|
else
|
|
|
|
script
|
|
|
|
include ../static/js/requirejs/production.js
|
|
|
|
script
|
2015-07-28 17:25:08 +00:00
|
|
|
include ../static/js/app.build.js
|
2015-07-26 16:59:57 +00:00
|
|
|
|
2015-04-10 20:17:03 +00:00
|
|
|
script(type="text/javascript").
|
|
|
|
require(['app/app']);
|
|
|
|
|
|
|
|
body
|
2015-04-12 22:56:47 +00:00
|
|
|
#content
|