increment_view_count

   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 "increment_view_count".
... in utilities.naml
269
270
271
<macro name="increment_view_count" requires="node_page,servlet">
    <n.call_later value="[n.page_node.id/]" param="incViewCount"/>
</macro>