You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
393 B
13 lines
393 B
extends ../layouts/public-profile
|
|
block content
|
|
|
|
.uk-margin
|
|
ul.uk-list
|
|
each link in links
|
|
li
|
|
form(method="POST", action=`/link/visit/${link._id}`).uk-form.uk-display-block.uk-width-1-1
|
|
button(type="submit").uk-button.dtp-button-primary.uk-display-block.uk-border-rounded.uk-width-1-1= link.label
|
|
|
|
block dtp-navbar
|
|
block dtp-off-canvas
|
|
block view-title
|