UNPKG
test-is-test
Version:
latest (1.0.1)
1.0.1
tes
test-is-test
/
nodetest2
/
views
/
index.jade
22 lines
(17 loc)
•
353 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
extends
layout block content h1= title p Welcome to our test
// Wrapper
#wrapper
// USER LIST
h2 User List
#userList
table thead th UserName th Email th Delete? tbody
// /USER LIST
// /WRAPPER