14 lines
305 B
Plaintext
Raw Normal View History

2019-07-15 21:29:13 +01:00
extends default
block content
div.container
2019-07-15 23:03:18 +01:00
each socket in sockets
div.socket
h2.socket-name
| #{socket.name}
h2.socket-name2
| #{socket.uid}
h2.socket-name2
| #{socket.status}
a(href=`/?uid=${socket.uid}`)
2019-07-15 21:29:13 +01:00
| Toggle