Skip to content

Instantly share code, notes, and snippets.

@nicholas0g
Last active October 26, 2017 07:37
Show Gist options
  • Save nicholas0g/e1dbf3b8fc7601128c6c1552dac6b801 to your computer and use it in GitHub Desktop.
Save nicholas0g/e1dbf3b8fc7601128c6c1552dac6b801 to your computer and use it in GitHub Desktop.
Simple express middleware example login (https://nicholasgiordano.it)
extends layout
block content
form(action='/login' method='post')
p User:
input(type='text' name='user' required)
p Password:
input(type='password' name='password' required)
p
button(type='submit') Accedi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment