check_that_is_post

   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 "check_that_is_post".
... in topic.naml
205
206
207
208
209
<macro name="check_that_is_post">
    <n.if.page_node.is_app>
        <then.redirect_to.page_node.url/>
    </n.if.page_node.is_app>
</macro>