Anchor

Setting an anchor in a template file will list it and allow it to be linked to from the Link Panel in the Editor.

<div id="@anchor("myAnchor")"></div>

And using a property:

<div id="@anchor(myAnchorProperty)"></div>

Last updated

Was this helpful?