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.
16 lines
409 B
16 lines
409 B
extends ../layouts/public-profile
|
|
block content
|
|
|
|
.uk-margin
|
|
ul.uk-list
|
|
each link in links
|
|
li
|
|
a(
|
|
href= link.href,
|
|
data-visit-url= `/link/${link._id}/visit`,
|
|
onclick="return dtp.app.visitLink(event);",
|
|
).dtp-link-button.uk-display-block.uk-border-rounded.uk-width-1-1= link.label
|
|
|
|
block dtp-navbar
|
|
block dtp-off-canvas
|
|
block view-title
|