nci/views/index.jade

25 lines
441 B
Plaintext

doctype html
html
head
title nci
link(href="/css/index.css", rel="stylesheet", type="text/css")
script
include ../static/js/libs/requirejs/require.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