handle_empty_gallery

NAML documentation   Watch a video
   Usages of this macro
... in view_gallery.naml
91
92
93
94
95
<macro name="handle_empty_gallery" requires="node_list,node_page,servlet">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.has_more_elements
Binary
Namespace: ListSequence
Parameters: n
>
        <then.empty_gallery_row
Macro
Requires: app_namespace
/>
    </n.if.not.has_more_elements>
</macro>