@if (links === 'loading') {
} @else {
@if (linksArray.length > 0) {
@for (link of linksArray; track link) {
-
@if (link | linkAs: 'skyHref') {
{{ link.label }}
} @else if (link | linkAs: 'href') {
{{ link.label }}
} @else if (link.permalink && link.permalink.route) {
{{ link.label }}
} @else if (link.modal) {
}
}
}
}
{{ title }}