mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-25 16:42:00 +00:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
h1 New Article
|
|
|
|
form(method="POST", action="/articles")
|
|
p
|
|
label(for="title") Title<br />
|
|
input#title(name="title")
|
|
p
|
|
label(for="body") Body<br />
|
|
textarea#body(name="body")
|
|
p
|
|
input(type="submit", value="Create")
|