login
Version:
Dead simple login processor for express.js
12 lines • 394 B
text/jade
!!! 5
html(lang = "en")
head
title= (typeof page_title == "undefined" ? "Login" : page_title)
meta('http-equiv'="content-type", :content="text/html; charset=utf-8")
link(href="/login/login.css", media="screen, projection", rel="stylesheet", type="text/css")
= (typeof head == "undefined" ? "" : head)
body#auth
#design
.container
#content
!= body