is_preview

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 "is_preview".
... in edit_post.naml
144
145
146
147
148
149
150
151
<macro name="is_preview">
    <n.if.not.global_is_var_set name="is_preview">
        <then>
            <n.global_set_var. name="is_preview"><n.not.is_null.get_parameter name="preview" /></n.global_set_var.>
        </then>
    </n.if.not.global_is_var_set>
    <n.global_var name="is_preview" />
</macro>