comments_link

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 "comments_link".
... in utilities.naml
722
723
724
725
726
727
<macro name="comments_link" requires="node">
    <a href="[n.first_reply.url/]"><n.one_or_many.replies>
        <one_text><t>comment</t></one_text>
        <many_text><t>comments</t></many_text>
    </n.one_or_many.replies></a>
</macro>