all_posts_js_array

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 "all_posts_js_array".
... in topic.naml
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<macro name="all_posts_js_array">
    <n.page_node.post_list.
        sort="date-ascending"
        start="0"
        length="10000"
    >
        <n.loop.>
            <n.if.not.is_first_element>
                <then>,</then>
            </n.if.not.is_first_element>
            <n.current_node.id/>
        </n.loop.>
    </n.page_node.post_list.>
</macro>