topic_or_app

   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 "topic_or_app".
... in permissions.naml
135
136
137
138
139
140
141
142
143
<macro name="topic_or_app" requires="node" dot_parameter="do">
    <n.set_local_node.this_node/>
    <n.block.>
        <n.if.local_node.is_post>
            <then.local_node.topic_node.do/>
            <else.local_node.do/>
        </n.if.local_node.is_post>
    </n.block.>
</macro>