nci/views/index.jade

28 lines
544 B
Plaintext

doctype html
html
head
title nci
link(href="/css/index.css", rel="stylesheet", type="text/css")
if env === 'development'
script(type="text/javascript", src="/js/libs/requirejs/require.js")
else
script
include ../static/js/libs/almond/almond.js
if env === 'development'
script
include ../static/js/requirejs/development.js
else
script
include ../static/js/requirejs/production.js
script
include ../static/scripts/app.js
script(type="text/javascript").
require(['app/app']);
body
#content