taiga-front/app/index.jade

43 lines
1.8 KiB
Plaintext

doctype html
html(lang="en")
head
meta(charset="utf-8")
meta(http-equiv="content-type", content="text/html; charset=utf-8")
meta(name="fragment", content="!")
// Main meta
title Taiga
meta(name="description", content="Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.")
meta(name="keywords", content="agile, scrum, taiga, management, project, developer, designer, user experience")
//-meta(name="viewport", content="width=device-width, user-scalable=no")
link(rel="stylesheet", href="/styles/theme-taiga.css")
link(rel="icon", type="image/png", href="/images/favicon.png")
//- PRERENDER SERVICE: This is to know when the page is completely loaded.
script(type='text/javascript').
window.prerenderReady = false;
body(tg-main)
div(tg-navigation-bar)
div.master(ng-view)
div.lightbox.lightbox-generic-ask
include partials/includes/modules/lightbox-generic-ask
div.lightbox.lightbox-ask-choice
include partials/includes/modules/lightbox-ask-choice
div.lightbox.lightbox-generic-success
include partials/includes/modules/lightbox-generic-success
div.lightbox.lightbox-generic-error
include partials/includes/modules/lightbox-generic-error
div.lightbox.lightbox-generic-loading
include partials/includes/modules/lightbox-generic-loading
include partials/includes/modules/loader
include partials/includes/components/notification-message
script(src="/js/libs.js?v=#{v}")
script(src="/js/templates.js?v=#{v}")
script(src="/js/app-loader.js?v=#{v}")