post_author

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 "post_author".
... in topic.naml
1174
1175
1176
1177
1178
<macro name="post_author" requires="node">
    <span class="post-author">
        <n.owner.name/>
    </span>
</macro>