egress-bootstrap
Version:
A minimal Express app template for a user account system, built with Twitter's Bootstrap.
20 lines (19 loc) • 856 B
text/jade
doctype html
html(lang="en")
include includes/head
body
include includes/nav
.container-fluid
.row-fluid.egress-template
.row-fluid.text-center
.container
header
h1 Welcome to #{siteName}
hr
p.lead egress-bootstrap is a minimal
a(href="http://expressjs.com/") express
| app template for a user account system.
p.lead I built this with the intention of getting user-based node.js apps scaffolded out quickly.
p.lead For more information about egress, check out the
a(href="http://github.com/shakeelmohamed/egress-bootstrap") Github repo
include includes/scripts