Working with Section/content links
NAV IS OUTPUT
You can output a Section/Content Link by using the standard {{publish element="Section Content Link Element"}}
Helper.
However if you need the link's URL or the link's text you have to use the link Block Helper.
Example
The following code is used below:
<p><strong>Output selected link</strong>: {{{publish element="Section Content Link"}}}</p>
{{#link element="Section Content Link"}}
<p><strong>Output selected link URL</strong>: {{linkUrl}}</p>
<p><strong>Output selected link Text</strong>: {{linkText}}</p>
{{/link}}
Output selected link: Research
Output selected link URL: /research/
Output selected link Text: Research
UG Quicklinks
Quicklinks
PG Quicklinks