doctype html
html
head
title test
script(data-main="/js/main" src="/js/libs/requirejs/require.js")
script(type="text/javascript").
require(['app/app']);
body
script#projects-template(type="text/template")
|
| <% _(projects).each(function(project) { %>
|
| <%= project.name %>
| →
|
| <% }); %>
|
script#builds-template(type="text/template")
|
| <% _(builds).each(function(build) { %>
|
| #<%= build.id %>
| <%= build.project.name %>
| <%= build.status %>
| →
|
| <% }); %>
|
h2 Projects
#projects
h2 Builds
#builds
h2 Build console
#build-console
#content