Working with Section/content links
https://handlebars-test.proddev.terminalfour.net/terminalfour/page/section#edit/7827/contentsYou 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:
`**Output selected link**: {{{publish element="Section Content Link"}}}
{{#link element="Section Content Link"}}
**Output selected link URL**: {{linkUrl}}
**Output selected link Text**: {{linkText}}
{{/link}}`
Output selected link: Research
Output selected link URL: /research/
Output selected link Text: Research
UG Quicklinks
Quicklinks
PG Quicklinks