Loading...
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>
See also rw.addAnchor in the hooks file.