node_message_block

   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 "node_message_block".
... in message.naml
12
13
14
15
<macro name="node_message_block" dot_parameter="do" requires="node">
    <n.global_set_var name="message_block_node" value="[n.this_node/]" />
    <n.do/>
</macro>