Created
September 18, 2019 12:33
-
-
Save mbvissers/d8ac6ccdc7df0f21e7d4aa7ca2e74b09 to your computer and use it in GitHub Desktop.
An example form with PugJS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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