create_sub_app_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 "create_sub_app_path".
... in utilities.naml
545
546
547
548
549
<macro name="create_sub_app_path" requires="node">
    <n.encode_url.>
        /template/NamlServlet.jtp?macro=create_sub_app&node=<n.id/>
    </n.encode_url.>
</macro>