Files
expressmongotest/test/views/articles/new.jade
2013-01-16 20:44:56 -05:00

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")