We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e276c57 commit 0bc2d2dCopy full SHA for 0bc2d2d
1 file changed
person.jade
@@ -0,0 +1,19 @@
1
+doctype html
2
+html
3
+ head
4
+ title Person
5
+ body
6
+ form(action='/person', method='POST')
7
+ div
8
+ label(for='name') Name:
9
+ input(name='name')
10
+ br
11
12
+ label(for='age') Age:
13
+ input(name='age')
14
15
16
+ label(for='nationality') Nationality:
17
+ input('name'='nationality')
18
19
+ button(type='submit') Create new person
0 commit comments