user_profile_path

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 "user_profile_path".
... in utilities.naml
687
688
689
690
691
<macro name="user_profile_path">
    <n.encode_url.>
        /template/NamlServlet.jtp?macro=user_profile
    </n.encode_url.>
</macro>