taiga-front/app/partials/layout.jade

17 lines
531 B
Plaintext

doctype html
html(lang="en")
head
title= Taiga
meta(http-equiv="content-type", content="text/html; charset=utf-8")
meta(name="description", content="Taiga Landing page")
meta(name="keywords", content="Agile, Taiga, Management, Github")
meta(name="viewport", content="width=device-width, user-scalable=no")
link(rel="stylesheet", href="/styles/main.css")
block head
body
include views/modules/projects-nav
include views/modules/nav
div.master
block content