message_text

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 "message_text".
... in topic.naml
1096
1097
1098
1099
1100
<macro name="message_text" requires="node">
    <div id="message[n.id/]" class="message-text adbayes-content">
        <n.message_with_signature/>
    </div>
</macro>