link

   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 "link".
... in app.naml
370
371
372
373
374
<macro name="link" requires="paging_page" parameters="url">
    <span class="page">
        <a href="[n.url/]" title="[t]Page [t.number.page_number/][/t]"><n.page_number/></a>
    </span>
</macro>