return_to_link

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "return_to_link".
... in utilities.naml
1032
1033
1034
1035
1036
1037
<macro name="return_to_link" requires="node">
    <n.app_or_root.>
        &laquo;
        <a href="[n.path/]"><t>Return to <t.location.subject/></t></a>
    </n.app_or_root.>
</macro>