app_paged_url

   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 "app_paged_url".
... in app.naml
282
283
284
285
286
287
288
<macro name="app_paged_url" requires="paging_page,node_page,servlet">
    <n.page_node.path
        template="[n.app_template/]"
        date="[n.app_date/]"
        index_record="[n.page_row/]"
    />
</macro>