Skip to content

Instantly share code, notes, and snippets.

@mbvissers
Created September 18, 2019 12:33
Show Gist options
  • Save mbvissers/d8ac6ccdc7df0f21e7d4aa7ca2e74b09 to your computer and use it in GitHub Desktop.
Save mbvissers/d8ac6ccdc7df0f21e7d4aa7ca2e74b09 to your computer and use it in GitHub Desktop.
An example form with PugJS.
form(method="post")
label(for="username") Username
input.form-input#username(name="username")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment