forked from GitHub/dbot
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h3 Current Connections
|
|
div#backlink
|
|
a(href='/') « Home
|
|
#modulelinks
|
|
-each connection in connections
|
|
a.module(href='/channels/'+connection) #{connection}
|
|
a.module(href='/grid/'+connection) #{connection} headshots
|